Title: [4104] trunk/sound/blackfin/ad73311.c: bug[#3809] NULL is now allowed for gpio_requst's second argument now
Revision
4104
Author
cliff
Date
2008-01-16 00:51:48 -0600 (Wed, 16 Jan 2008)

Log Message

bug[#3809]NULL is now allowed for gpio_requst's second argument now 

Diffstat

 ad73311.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Modified Paths

Diff

Modified: trunk/sound/blackfin/ad73311.c (4103 => 4104)


--- trunk/sound/blackfin/ad73311.c	2008-01-16 06:16:37 UTC (rev 4103)
+++ trunk/sound/blackfin/ad73311.c	2008-01-16 06:51:48 UTC (rev 4104)
@@ -570,7 +570,7 @@
 	if (device != NULL)
 		return -ENOENT;
 
-	if(gpio_request(GPIO_SE, NULL)){
+	if (gpio_request(GPIO_SE, "AD73311")) {
 		printk(KERN_ERR "%s: Failed ro request GPIO_%d\n",__FUNCTION__, GPIO_SE);
 		return -EBUSY;
 	}
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to