]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ENGR00288578-5 usb: chipidea: change some output message
authorPeter Chen <peter.chen@freescale.com>
Tue, 19 Nov 2013 08:32:52 +0000 (16:32 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 16 Jun 2014 16:08:31 +0000 (18:08 +0200)
To reduce the message output when unload the module

Signed-off-by: Peter Chen <peter.chen@freescale.com>
drivers/usb/chipidea/otg.c

index a048b08b9d4dbb1fff35dbc73da7366c8a78f48d..23aa99bd1a0fbed5e14279de2b8c7afe10eda754 100644 (file)
@@ -103,7 +103,7 @@ static void ci_otg_work(struct work_struct *work)
                ci->b_sess_valid_event = false;
                ci_handle_vbus_change(ci);
        } else
-               dev_err(ci->dev, "unexpected event occurs at %s\n", __func__);
+               dev_dbg(ci->dev, "it should be quit event\n");
 
        enable_irq(ci->irq);
 }