]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
musb_hdrc: Search and replace _pthis with _musb
authorTony Lindgren <tony@atomide.com>
Mon, 13 Aug 2007 11:08:53 +0000 (04:08 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 13 Aug 2007 11:08:53 +0000 (04:08 -0700)
Search and replace _pthis with musb

Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/usb/musb/musbdefs.h

index 58c5d5d6f3ba0c0fbaaa24747417efd885a8203b..70a081de10f888e17e5d9a8a474f576523572223 100644 (file)
@@ -236,10 +236,10 @@ enum musb_g_ep0_state {
 
 /****************************** FUNCTIONS ********************************/
 
-#define MUSB_HST_MODE(_pthis)\
-       { (_pthis)->bIsHost=TRUE; }
-#define MUSB_DEV_MODE(_pthis) \
-       { (_pthis)->bIsHost=FALSE; }
+#define MUSB_HST_MODE(_musb)\
+       { (_musb)->bIsHost=TRUE; }
+#define MUSB_DEV_MODE(_musb) \
+       { (_musb)->bIsHost=FALSE; }
 
 #define test_devctl_hst_mode(_x) \
        (musb_readb((_x)->mregs, MGC_O_HDRC_DEVCTL)&MGC_M_DEVCTL_HM)