mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
87e552ad65
This code was passing the incorrect pointer to PTR_ERR_OR_ZERO() so it
always returned success. It should have been checking the array element
instead of the array itself.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
leds-aat1290.c | ||
leds-as3645a.c | ||
leds-ktd2692.c | ||
leds-lm3601x.c | ||
leds-max77693.c | ||
leds-mt6360.c | ||
leds-mt6370-flash.c | ||
leds-qcom-flash.c | ||
leds-rt4505.c | ||
leds-rt8515.c | ||
leds-sgm3140.c | ||
leds-sy7802.c | ||
Makefile |