The following changes since commit 38502ef49f96f7fe25fcb3aaa904a570df955c2c:
usb: storage: make const arrays static, reduces object code size (2017-09-18
12:44:11 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/
tags/usb-ci-v4
Hi,
On Sat, Oct 28, 2017 at 8:51 AM, Stefan Wahren wrote:
> Hi Doug,
>
> [add Felipe since this should go through his tree]
Ah. Sorry Felipe! I know you've landed some dwc2 stuff in the past
but for some reason get_maintainer didn't ID you so I thought maybe
you weren't doing it anymore. Plea
On Sat, Oct 28, 2017 at 10:46:09PM +, Douglas Fischer wrote:
>
> Add USB PID/VID for Sierra Wireless EM7355 LTE modem QDL firmware update mode
Add a new line before your SoB and make sure to wrap you commit message
at 72 cols or so.
> Signed-off-by: Douglas Fischer
> ---
>
> --- linux/driv
>> @@ -700,10 +700,9 @@ static int sr9800_phy_powerup(struct usbnet *dev)
>>
>> /* set the embedded Ethernet PHY in power-up state */
>> ret = sr_sw_reset(dev, SR_SWRESET_IPRL);
>> - if (ret < 0) {
>> - netdev_err(dev->net, "Failed to reset PHY: %d\n", ret);
>> -
Hi Markus,
On Sun, Oct 29, 2017 at 11:45 AM, SF Markus Elfring
wrote:
> From: Markus Elfring
> Date: Sun, 29 Oct 2017 11:33:14 +0100
>
> Add a jump target so that a specific error message is stored only once
> at the end of this function implementation.
> Replace two calls of the function "netde
From: Markus Elfring
Date: Sun, 29 Oct 2017 11:33:14 +0100
Add a jump target so that a specific error message is stored only once
at the end of this function implementation.
Replace two calls of the function "netdev_err" by goto statements.
This issue was detected by using the Coccinelle softwar
From: Markus Elfring
Date: Sun, 29 Oct 2017 11:08:34 +0100
Add a jump target so that a specific error message is stored only once
at the end of this function implementation.
Replace two calls of the function "netdev_warn" by goto statements.
This issue was detected by using the Coccinelle softwa