commit | 5a429bdd6f1bedf401556de61c29117dd41fe3b1 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Thu Feb 21 16:44:02 2013 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Feb 21 17:22:25 2013 -0800 |
tree | ebd9389fd4070136c7d88933dc2f0e80d0662cc0 | |
parent | eeb1ef3b641f078cb1079cec48a8da2bdf449f21 [diff] |
drivers/video/backlight/lm3630_bl.c: remove ret = -EIO of lm3630_backlight_register() There is no need to return -EIO, because backlight_device_register() already returns correct error values. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Acked-by: Daniel Jeong <daniel.jeong@ti.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>