Title: [9769] trunk/drivers/usb/musb/blackfin.c: musb: blackfin: restore vbus_status stub by fixing the typo in the func name
Revision
9769
Author
vapier
Date
2011-03-24 22:51:07 -0400 (Thu, 24 Mar 2011)

Log Message

musb: blackfin: restore vbus_status stub by fixing the typo in the func name

Modified Paths

Diff

Modified: trunk/drivers/usb/musb/blackfin.c (9768 => 9769)


--- trunk/drivers/usb/musb/blackfin.c	2011-03-24 14:51:01 UTC (rev 9768)
+++ trunk/drivers/usb/musb/blackfin.c	2011-03-25 02:51:07 UTC (rev 9769)
@@ -322,7 +322,7 @@
 		mod_timer(&musb_conn_timer, jiffies + TIMER_DELAY);
 }
 
-static int bfin_musb_get_vbus_status(struct musb *musb)
+static int bfin_musb_vbus_status(struct musb *musb)
 {
 	return 0;
 }
@@ -428,6 +428,7 @@
 	.set_mode	= bfin_musb_set_mode,
 	.try_idle	= bfin_musb_try_idle,
 
+	.vbus_status	= bfin_musb_vbus_status,
 	.set_vbus	= bfin_musb_set_vbus,
 };
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to