commit | 66ecc11dfc3c9b47f9f78b7455c3d498329e891a | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Thu Feb 21 16:43:28 2013 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Feb 21 17:22:22 2013 -0800 |
tree | 20700ec243b01e9b574fb58a4e7bc461786a4923 | |
parent | 51976436169ebb607e16a971e3a391480de710d1 [diff] |
backlight: ams369fg06: remove unnecessary NULL deference check Remove unnecessary NULL deference check, because it was already checked in ams369fg06_probe(). Also, unnecessary parentheses are removed in ams369fg06_power_is_on(). Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>