mirror of https://github.com/torvalds/linux.git
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 | ||
| Makefile | ||
| 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 | ||