commit | c6e71f813f7208d80bfe0f435d627fad1b204558 | [log] [tgz] |
---|---|---|
author | Soren Brinkmann <soren.brinkmann@xilinx.com> | Sat Jan 31 19:15:00 2015 -0800 |
committer | Bryan Wu <cooloney@gmail.com> | Mon Feb 02 14:36:10 2015 -0800 |
tree | 8bacdd85fe59ad538cdd8058e470462acf35b67d | |
parent | 4552d2ee3ccb50e2926c53f58c3d7c4c3df9568c [diff] |
leds: leds-gpio: Pass on error codes unmodified Instead of overriding error codes, pass them on unmodified. This way a EPROBE_DEFER is correctly passed to the driver core. This results in the LED driver correctly requesting probe deferral in cases the GPIO controller is not yet available. Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Reported-and-tested-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Bryan Wu <cooloney@gmail.com>