[PATCH v2 0/2] leds: s2m: Wire up of_match_table in platform drivers

kr494167@gmail.com posted 2 patches 2 days, 6 hours ago
drivers/leds/flash/leds-s2m-flash.c | 10 +++++++++-
drivers/leds/rgb/leds-s2m-rgb.c     | 10 +++++++++-
2 files changed, 18 insertions(+), 2 deletions(-)
[PATCH v2 0/2] leds: s2m: Wire up of_match_table in platform drivers
Posted by kr494167@gmail.com 2 days, 6 hours ago
From: Surendra <kr494167@gmail.com>

This patch series fixes missing .of_match_table assignments in the
Samsung S2M PMIC RGB and Flash LED platform drivers.

Both drivers define and export of_match_table via MODULE_DEVICE_TABLE(of, ...)
but never assign it to .of_match_table in the platform_driver struct.

Changes in v2:
- Capitalize subject line descriptions after subsystem prefix per LED guidelines.
- Validate dev->parent in probe() to prevent NULL pointer dereferences if probed
  without parent MFD driver data.
- Update author name to full name.

Surendra (2):
  leds: rgb: s2m: Wire up of_match_table in platform driver
  leds: flash: s2m: Wire up of_match_table in platform driver

 drivers/leds/flash/leds-s2m-flash.c | 10 +++++++++-
 drivers/leds/rgb/leds-s2m-rgb.c     | 10 +++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)

-- 
2.55.0