From fc7b5255d3de4d96a3ce4acaeda25e52a7a1248d Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Fri, 11 Apr 2008 11:28:21 +0300 Subject: [PATCH] USB: MUSB: checkpatch.pl fixes to davinci.c Misc cleanup patch. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- drivers/usb/musb/davinci.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c index 3477800e3d4..acd2aa8b8bc 100644 --- a/drivers/usb/musb/davinci.c +++ b/drivers/usb/musb/davinci.c @@ -29,8 +29,8 @@ #include #include #include +#include -#include #include #include #include @@ -38,7 +38,6 @@ #include "musb_core.h" - #ifdef CONFIG_MACH_DAVINCI_EVM #include #endif @@ -93,7 +92,7 @@ void musb_platform_enable(struct musb *musb) if (is_dma_capable() && !dma_off) printk(KERN_WARNING "%s %s: dma not reactivated\n", - __FILE__, __FUNCTION__); + __FILE__, __func__); else dma_off = 0; @@ -446,7 +445,8 @@ int musb_platform_exit(struct musb *musb) break; if ((devctl & MUSB_DEVCTL_VBUS) != warn) { warn = devctl & MUSB_DEVCTL_VBUS; - DBG(1, "VBUS %d\n", warn >> MUSB_DEVCTL_VBUS_SHIFT); + DBG(1, "VBUS %d\n", + warn >> MUSB_DEVCTL_VBUS_SHIFT); } msleep(1000); maxdelay--; -- 2.41.1