Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169087
b: refs/heads/master
c: 0fdd07f
h: refs/heads/master
i:
  169085: 073c385
  169083: 8bb32b7
  169079: ad8d255
  169071: e4c9836
  169055: c1d021b
  169023: 8ce2a5f
  168959: 490e891
v: v3
  • Loading branch information
Julia Lawall authored and Ralf Baechle committed Dec 2, 2009
1 parent 244565f commit 296244d
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: dbf763a2f1c117cfe45bbbd2c874a150f0e0900b
refs/heads/master: 0fdd07f77fd9cc6a7d49076793daef06ea5d8f13
2 changes: 1 addition & 1 deletion trunk/drivers/video/gbefb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ static int __init gbefb_probe(struct platform_device *p_dev)
gbefb_setup(options);
#endif

if (!request_region(GBE_BASE, sizeof(struct sgi_gbe), "GBE")) {
if (!request_mem_region(GBE_BASE, sizeof(struct sgi_gbe), "GBE")) {
printk(KERN_ERR "gbefb: couldn't reserve mmio region\n");
ret = -EBUSY;
goto out_release_framebuffer;
Expand Down

0 comments on commit 296244d

Please sign in to comment.