fbdev: sh_mobile_lcdc: checking NULL instead of IS_ERR()
authorDan Carpenter <error27@gmail.com>
Mon, 21 Mar 2011 15:03:13 +0000 (15:03 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 22 Mar 2011 07:08:48 +0000 (16:08 +0900)
backlight_device_register() returns an ERR_PTR.  It doesn't return NULL.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found