Re: [patch] USB: mos7720: delete some unneeded code

2014-12-05 Thread Johan Hovold
On Sat, Nov 29, 2014 at 03:49:54PM +0300, Dan Carpenter wrote: > The "status" is uninitialized so this creates a static checker warning. > But it's harmless, we can just delete it. > > Signed-off-by: Dan Carpenter Thanks, Dan. I'll queue it up and apply once 3.19-rc1 is out. Johan -- To unsubsc

[patch] USB: mos7720: delete some unneeded code

2014-11-29 Thread Dan Carpenter
The "status" is uninitialized so this creates a static checker warning. But it's harmless, we can just delete it. Signed-off-by: Dan Carpenter diff --git a/drivers/usb/serial/mos7720.c b/drivers/usb/serial/mos7720.c index 312b0fe..4f70df3 100644 --- a/drivers/usb/serial/mos7720.c +++ b/drivers/u