xen/video: remove pointless if subcondition
authorMatthew Daley <mattjd@gmail.com>
Fri, 8 Nov 2013 00:45:09 +0000 (13:45 +1300)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 11 Nov 2013 16:13:52 +0000 (16:13 +0000)
It's already handled just above.

Signed-off-by: Matthew Daley <mattjd@gmail.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/drivers/video/arm_hdlcd.c

index dffda9aca1365928228a66a57f47501ec32a75ac..647f22c1d23163fb5b8cdebf474d2c1258901c66 100644 (file)
@@ -150,7 +150,7 @@ void __init video_init(void)
         return;
     }
 
-    if ( !hdlcd_start || !framebuffer_start )
+    if ( !framebuffer_start )
     {
         early_printk(KERN_ERR "HDLCD: framebuffer address missing from device tree, disabling driver\n");
         return;