Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider: - [Low] Leftover sysfs ABI documentation files for the removed LM3533 driver. --
commit dd454943eacd9b46650ee0d6e1e22a90fadba749 Author: Arnd Bergmann <[email protected]> mfd: remove unused lm3533 driver This commit removes the lm3533 driver, including the MFD core, LED, ALS, and backlight components, as it has never had any users and lacks devicetree support. > mfd: remove unused lm3533 driver > > This driver has apparently never had any users, as it does not support > devicetree probing, and no lm3533_platform_data definition ever > existed upstream. > > Signed-off-by: Arnd Bergmann <[email protected]> [Severity: Low] Does this commit leave orphaned sysfs ABI documentation behind? The patch removes the driver source files but it looks like the associated ABI documentation files were left in the tree: - Documentation/ABI/testing/sysfs-bus-i2c-devices-lm3533 - Documentation/ABI/testing/sysfs-bus-iio-light-lm3533-als - Documentation/ABI/testing/sysfs-class-backlight-driver-lm3533 - Documentation/ABI/testing/sysfs-class-led-driver-lm3533 Should these documentation files be removed along with the source files? -- Sashiko AI review ยท https://sashiko.dev/#/patchset/[email protected]?part=9
