mbox series

[v1,0/4] platform/x86: int3472: A few cleanups

Message ID 20240821122233.3761645-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series platform/x86: int3472: A few cleanups | expand

Message

Andy Shevchenko Aug. 21, 2024, 12:20 p.m. UTC
A few cleanups to the driver. It includes an amendment to
dev_err_probe() to ignore 0 error code. The patches 1 and 2 are
dependent, while patches 2 and 3 may be applied in any order.

Assumed to go via PDx86 tree if no objections to the code.

Andy Shevchenko (4):
  driver core: Ignore 0 in dev_err_probe()
  platform/x86: int3472: Simplify dev_err_probe() usage
  platform/x86: int3472: Use GPIO_LOOKUP() macro
  platform/x86: int3472: Use str_high_low()

 drivers/base/core.c                           |  4 ++++
 drivers/platform/x86/intel/int3472/discrete.c | 14 ++++----------
 2 files changed, 8 insertions(+), 10 deletions(-)