commit | 2d88a331e48095cf60ad9bdf3177bd401bf99727 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Sat Feb 06 22:37:33 2016 +0800 |
committer | Jacek Anaszewski <j.anaszewski@samsung.com> | Mon Mar 14 09:22:20 2016 +0100 |
tree | 76d06c4421982a56793a5edf97c021b9514243fc | |
parent | c9eec908a1ec7829497a0914514badec95cc8461 [diff] |
leds: leds-gpio: Fix return value check in create_gpio_led() In case of error, the function gpio_to_desc() returns NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>