From 415e5a8e6492c5c8dbdd60299c2a8f93ba6d9a43 Mon Sep 17 00:00:00 2001 From: Michael Hennerich Date: Mon, 10 Mar 2008 11:44:02 -0700 Subject: [PATCH] --- yaml --- r: 87099 b: refs/heads/master c: fdcc53587fd2754ba87b0607b3f889520178a7af h: refs/heads/master i: 87097: 879d3e0e996af1bf3efa8508752b4876948c48a9 87095: 58db9cf4a202ba3c8f799aa338015ec997305260 v: v3 --- [refs] | 2 +- trunk/drivers/video/bf54x-lq043fb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e32a79ed9ce3..bd4ef3cb8edb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 62347218243179a6ab03fe9f965a5819c4714bf8 +refs/heads/master: fdcc53587fd2754ba87b0607b3f889520178a7af diff --git a/trunk/drivers/video/bf54x-lq043fb.c b/trunk/drivers/video/bf54x-lq043fb.c index 0ce791e6f79c..ace5b3f3cdeb 100644 --- a/trunk/drivers/video/bf54x-lq043fb.c +++ b/trunk/drivers/video/bf54x-lq043fb.c @@ -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; }