)]}'
{
  "commit": "66e245db16f0175af656cd812b6dc1a5e1f7b80a",
  "tree": "1e44c88f7fa16fb8be9f28a69244259c2215dcfa",
  "parents": [
    "e44c42c830b7ab36e3a3a86321c619f24def5206"
  ],
  "author": {
    "name": "Alok Tiwari",
    "email": "alok.a.tiwari@oracle.com",
    "time": "Wed Dec 24 01:51:09 2025 -0800"
  },
  "committer": {
    "name": "Ilpo Järvinen",
    "email": "ilpo.jarvinen@linux.intel.com",
    "time": "Mon Dec 29 17:22:44 2025 +0200"
  },
  "message": "platform/x86/intel/pmt/discovery: use valid device pointer in dev_err_probe\n\nThe PMT feature probe creates a child device with device_create().\nIf device creation fail, the code pass priv-\u003edev (which is an ERR_PTR)\nto dev_err_probe(), which is not a valid device pointer.\n\nThis patch change the dev_err_probe() call to use the parent auxiliary\ndevice (\u0026auxdev-\u003edev) and update the error message to reference the\nparent device name. It ensure correct error reporting and avoid\npassing an invalid device pointer.\n\nFixes: d9a078809356 (\"platform/x86/intel/pmt: Add PMT Discovery driver\")\nSigned-off-by: Alok Tiwari \u003calok.a.tiwari@oracle.com\u003e\nLink: https://patch.msgid.link/20251224095133.115678-1-alok.a.tiwari@oracle.com\nReviewed-by: Ilpo Järvinen \u003cilpo.jarvinen@linux.intel.com\u003e\nSigned-off-by: Ilpo Järvinen \u003cilpo.jarvinen@linux.intel.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "9c5b4d0e1fae6862707458f5455018bb1f5d5f81",
      "old_mode": 33188,
      "old_path": "drivers/platform/x86/intel/pmt/discovery.c",
      "new_id": "e500aa327d23747df493bd6aec9d8e6d7eafdd57",
      "new_mode": 33188,
      "new_path": "drivers/platform/x86/intel/pmt/discovery.c"
    }
  ]
}
