Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318036
b: refs/heads/master
c: 59e32c4
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Greg Kroah-Hartman committed Jul 19, 2012
1 parent 531ff5e commit 352b21e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: cbe7cbf5a666ad9dfe2e0c276066131af73769ab
refs/heads/master: 59e32c490e476dba2938dde9fd4d4eaf5d0f8121
2 changes: 1 addition & 1 deletion trunk/drivers/staging/sm7xxfb/sm7xxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ static int __devinit smtcfb_pci_probe(struct pci_dev *pdev,

#ifdef __BIG_ENDIAN
if (sfb->fb.var.bits_per_pixel == 24)
sfb->fb.var.bits_per_pixel = (smtc_screen_info.lfb_depth = 32);
sfb->fb.var.bits_per_pixel = (smtc_scr_info.lfb_depth = 32);
#endif
/* Map address and memory detection */
pFramebufferPhysical = pci_resource_start(pdev, 0);
Expand Down

0 comments on commit 352b21e

Please sign in to comment.