Message ID | 1582034720-5249-17-git-send-email-marian-cristian.rotariu.rb@bp.renesas.com (mailing list archive) |
---|---|
State | Rejected, archived |
Delegated to: | Pavel Machek |
Headers | show |
Series | Renesas RZ/G2E USB Type-C Backport | expand |
Hi! > From: kbuild test robot <lkp@intel.com> > > commit dd3fd317e2beb899cbffcf364de049b9f9a02db5 upstream. > > Fixes: 1c48c759ef4b ("usb: typec: driver for TI HD3SS3220 USB Type-C DRP port controller") > Signed-off-by: kbuild test robot <lkp@intel.com> This is not your fault and we should not attempt to fix it here, but we normally require real, human names for Signed-off-by. Best regards, Pavel
> -----Original Message----- > From: Pavel Machek <pavel@denx.de> > Sent: 19 February 2020 08:21 > To: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com> > Cc: cip-dev@lists.cip-project.org > Subject: Re: [cip-dev] [PATCH 4.19.y-cip 16/23] usb: typec: hd3ss3220_irq() > can be static > > Hi! > > > From: kbuild test robot <lkp@intel.com> > > > > commit dd3fd317e2beb899cbffcf364de049b9f9a02db5 upstream. > > > > Fixes: 1c48c759ef4b ("usb: typec: driver for TI HD3SS3220 USB Type-C > > DRP port controller") > > Signed-off-by: kbuild test robot <lkp@intel.com> > > This is not your fault and we should not attempt to fix it here, but we > normally require real, human names for Signed-off-by. I will drop this in v2. Thanks, Marian
Hi! > > > From: kbuild test robot <lkp@intel.com> > > > > > > commit dd3fd317e2beb899cbffcf364de049b9f9a02db5 upstream. > > > > > > Fixes: 1c48c759ef4b ("usb: typec: driver for TI HD3SS3220 USB Type-C > > > DRP port controller") > > > Signed-off-by: kbuild test robot <lkp@intel.com> > > > > This is not your fault and we should not attempt to fix it here, but we > > normally require real, human names for Signed-off-by. > > I will drop this in v2. You can merge it with the previous patch, or you can keep it as is, it is your choice. If mainline is okay with it, it should not create problems for us, even if it is a bit non-standard. Best regards, Pavel
diff --git a/drivers/usb/typec/hd3ss3220.c b/drivers/usb/typec/hd3ss3220.c index 0ece5ed..658e6aa 100644 --- a/drivers/usb/typec/hd3ss3220.c +++ b/drivers/usb/typec/hd3ss3220.c @@ -120,7 +120,7 @@ static void hd3ss3220_set_role(struct hd3ss3220 *hd3ss3220) } } -irqreturn_t hd3ss3220_irq(struct hd3ss3220 *hd3ss3220) +static irqreturn_t hd3ss3220_irq(struct hd3ss3220 *hd3ss3220) { int err;