Message ID | 20190609112356.GA19055@saurav (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Updated the function description for musb_stage0_irq Signed-off-by: Saurav-Girepunje <saurav.girepunje@gmail.com> | expand |
On Sun, Jun 09, 2019 at 04:54:00PM +0530, Saurav-Girepunje wrote: > --- > drivers/usb/musb/musb_core.c | 1 - > 1 file changed, 1 deletion(-) Please stop, wait a few days, then fix your commit to not have everything mushed into the subject: line, resend the patch to YOURSELF to verify that it all works properly (and not as an attachment like you did here), and then, if you are sure it is all good and working properly, then send it out to the mailing list. Note, please do cleanup stuff like this in the drivers/staging/ directory first, that area is much more forgiving of basic mistakes like this than the rest of the kernel tree. good luck! greg k-h
From d861c19b28f6263f7c14c16e05398ddca06c56fb Mon Sep 17 00:00:00 2001 From: Saurav-Girepunje <saurav.girepunje@gmail.com> Date: Sun, 9 Jun 2019 13:05:56 +0530 Subject: [PATCH] Updated the function description for musb_stage0_irq Signed-off-by: Saurav-Girepunje <saurav.girepunje@gmail.com> --- drivers/usb/musb/musb_core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index 9f5a4819a744..2451e0ee2d01 100644 --- a/drivers/usb/musb/musb_core.c +++ b/drivers/usb/musb/musb_core.c @@ -909,7 +909,6 @@ static void musb_handle_intr_reset(struct musb *musb) * @param musb instance pointer * @param int_usb register contents * @param devctl - * @param power */ static irqreturn_t musb_stage0_irq(struct musb *musb, u8 int_usb, -- 2.20.1