Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87099
b: refs/heads/master
c: fdcc535
h: refs/heads/master
i:
  87097: 879d3e0
  87095: 58db9cf
v: v3
  • Loading branch information
Michael Hennerich authored and Linus Torvalds committed Mar 11, 2008
1 parent f88dfed commit 415e5a8
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: 62347218243179a6ab03fe9f965a5819c4714bf8
refs/heads/master: fdcc53587fd2754ba87b0607b3f889520178a7af
2 changes: 1 addition & 1 deletion trunk/drivers/video/bf54x-lq043fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ static int request_ports(struct bfin_bf54xfb_info *fbi)
u16 eppi_req_18[] = EPPI0_18;
u16 disp = fbi->mach_info->disp;

if (gpio_request(disp, NULL)) {
if (gpio_request(disp, DRIVER_NAME)) {
printk(KERN_ERR "Requesting GPIO %d faild\n", disp);
return -EFAULT;
}
Expand Down

0 comments on commit 415e5a8

Please sign in to comment.