diff options
author | Andrzej Pietrasiewicz | 2014-09-09 10:44:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2014-09-19 16:16:38 -0700 |
commit | d784f1e50977e58db23a79181971c3c0f62452e5 (patch) | |
tree | 895c34eec35ada503dbe1c2618070b8355d4cc3f /drivers | |
parent | 213db49399c05a98b529fc030b2dfbde4d6a83f2 (diff) |
usb: dwc2/gadget: Fix comment text
Adjust the debug text to the name of the printed variable.
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Robert Baldyga <r.baldyga@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/dwc2/gadget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/dwc2/gadget.c b/drivers/usb/dwc2/gadget.c index ce6071d65d51..297f54588fc9 100644 --- a/drivers/usb/dwc2/gadget.c +++ b/drivers/usb/dwc2/gadget.c @@ -2935,7 +2935,7 @@ static int s3c_hsotg_pullup(struct usb_gadget *gadget, int is_on) struct s3c_hsotg *hsotg = to_hsotg(gadget); unsigned long flags = 0; - dev_dbg(hsotg->dev, "%s: is_in: %d\n", __func__, is_on); + dev_dbg(hsotg->dev, "%s: is_on: %d\n", __func__, is_on); spin_lock_irqsave(&hsotg->lock, flags); if (is_on) { |