From d0e5952a95117c285d382334810cefe32318551b Mon Sep 17 00:00:00 2001 From: Peter Chen Date: Tue, 19 Nov 2013 16:32:52 +0800 Subject: [PATCH] ENGR00288578-5 usb: chipidea: change some output message To reduce the message output when unload the module Signed-off-by: Peter Chen --- drivers/usb/chipidea/otg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/chipidea/otg.c b/drivers/usb/chipidea/otg.c index a048b08b9d4d..23aa99bd1a0f 100644 --- a/drivers/usb/chipidea/otg.c +++ b/drivers/usb/chipidea/otg.c @@ -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); } -- 2.39.5