projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49e5477
)
xen/video: remove pointless if subcondition
author
Matthew Daley
<mattjd@gmail.com>
Fri, 8 Nov 2013 00:45:09 +0000
(13:45 +1300)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/xen/drivers/video/arm_hdlcd.c
b/xen/drivers/video/arm_hdlcd.c
index dffda9aca1365928228a66a57f47501ec32a75ac..647f22c1d23163fb5b8cdebf474d2c1258901c66 100644
(file)
--- a/
xen/drivers/video/arm_hdlcd.c
+++ b/
xen/drivers/video/arm_hdlcd.c
@@
-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;