mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-06 05:44:20 +08: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 |