Skip to content
Commit 2d88a331 authored by Wei Yongjun's avatar Wei Yongjun Committed by Jacek Anaszewski
Browse files

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: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: default avatarJacek Anaszewski <j.anaszewski@samsung.com>
parent c9eec908
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment