Title: [9309] trunk/drivers/usb/musb/blackfin.c: musb: fix style in blackfin code
- Revision
- 9309
- Author
- vapier
- Date
- 2010-10-23 23:38:18 -0400 (Sat, 23 Oct 2010)
Log Message
musb: fix style in blackfin code
Modified Paths
Diff
Modified: trunk/drivers/usb/musb/blackfin.c (9308 => 9309)
--- trunk/drivers/usb/musb/blackfin.c 2010-10-24 03:37:03 UTC (rev 9308)
+++ trunk/drivers/usb/musb/blackfin.c 2010-10-24 03:38:18 UTC (rev 9309)
@@ -373,7 +373,7 @@
*/
if (gpio_request(musb->config->gpio_vrsel, "USB_VRSEL")) {
- printk(KERN_ERR "Failed ro request USB_VRSEL GPIO_%d \n",
+ printk(KERN_ERR "Failed ro request USB_VRSEL GPIO_%d\n",
musb->config->gpio_vrsel);
return -ENODEV;
}
@@ -405,10 +405,11 @@
{
if (is_host_active(musb))
/*
- * During hibernate gpio_vrsel will change from high to low which
- * will generate wakeup event resume the system immediately.
- * Set it to 0 before hibernate to avoid this wakeup event.
- */
+ * During hibernate gpio_vrsel will change from high to low
+ * low which will generate wakeup event resume the system
+ * immediately. Set it to 0 before hibernate to avoid this
+ * wakeup event.
+ */
gpio_set_value(musb->config->gpio_vrsel, 0);
}
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits