mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
usb: gadget: u_serial: fix typo which cause build warning
fix typo error introduced by commit ea0e6276
(usb: gadget: add
multiple definition guards) which causes the following build warning:
warning: "pr_vdebug" redefined
Change-Id: Iee37ffc4769b89ff48cfd935c006221b403a0c7f
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
eecc6be21b
commit
bdb82bf857
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ static struct workqueue_struct *gserial_wq;
|
|||
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 */
|
||||
|
|
Loading…
Reference in a new issue