backlight: sky81452: Remove unneeded use of IS_ERR_VALUE() macro
authorAxel Lin <axel.lin@ingics.com>
Mon, 17 Aug 2015 07:59:17 +0000 (15:59 +0800)
committerLee Jones <lee.jones@linaro.org>
Tue, 25 Aug 2015 07:43:21 +0000 (08:43 +0100)
commit047ffbb27115b57759767145803b752518399d90
treefde26b26a435bc40ec65eff3b81e795849503c46
parent7ddbc2423c3301280b883bbb04b998203f30312c
backlight: sky81452: Remove unneeded use of IS_ERR_VALUE() macro

IS_ERR_VALUE() makes sense only *if* there could be valid values in
negative error range.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/video/backlight/sky81452-backlight.c