usb: gadget: u_serial: fix typo which cause build warning
authorBo Shen <voice.shen@atmel.com>
Wed, 13 Mar 2013 08:54:07 +0000 (16:54 +0800)
committerFelipe Balbi <balbi@ti.com>
Thu, 14 Mar 2013 10:47:53 +0000 (12:47 +0200)
fix typo error introduced by commit ea0e6276 (usb: gadget: add
multiple definition guards) which causes the following build warning:

  warning: "pr_vdebug" redefined

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/u_serial.c

index c5034d9..b369292 100644 (file)
@@ -136,7 +136,7 @@ static struct portmaster {
        pr_debug(fmt, ##arg)
 #endif /* pr_vdebug */
 #else
-#ifndef pr_vdebig
+#ifndef pr_vdebug
 #define pr_vdebug(fmt, arg...) \
        ({ if (0) pr_debug(fmt, ##arg); })
 #endif /* pr_vdebug */