Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251002
b: refs/heads/master
c: dc3e5b6
h: refs/heads/master
v: v3
  • Loading branch information
Konstantin Khlebnikov authored and Paul Mundt committed May 24, 2011
1 parent f05333c commit da98cf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f2970b9f622ba180680a5892be6534cc58843e0
refs/heads/master: dc3e5b6a6e842116ec2436161adf31877f09b6b9
4 changes: 2 additions & 2 deletions trunk/drivers/video/efifb.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ static int set_system(const struct dmi_system_id *id)
return 0;
}

printk(KERN_INFO "efifb: dmi detected %s - framebuffer at %p "
printk(KERN_INFO "efifb: dmi detected %s - framebuffer at 0x%08x "
"(%dx%d, stride %d)\n", id->ident,
(void *)screen_info.lfb_base, screen_info.lfb_width,
screen_info.lfb_base, screen_info.lfb_width,
screen_info.lfb_height, screen_info.lfb_linelength);


Expand Down

0 comments on commit da98cf4

Please sign in to comment.