RE: [PATCH] usb: gadget: storage: Remove warning message

2019-05-08 Thread EJ Hsu
Thanks for the info. Will remove it in the V2. Regards, EJ -Original Message- From: Greg KH Sent: Wednesday, May 8, 2019 2:40 PM To: EJ Hsu Cc: ba...@kernel.org; linux-usb@vger.kernel.org Subject: Re: [PATCH] usb: gadget: storage: Remove warning message On Wed, May 08, 2019 at 11:24

Re: [PATCH] usb: gadget: storage: Remove warning message

2019-05-07 Thread Greg KH
On Wed, May 08, 2019 at 11:24:00AM +0800, EJ Hsu wrote: > --- a/drivers/usb/gadget/function/storage_common.h > +++ b/drivers/usb/gadget/function/storage_common.h > @@ -1,4 +1,7 @@ > /* SPDX-License-Identifier: GPL-2.0 */ > +/* > + * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. > +

Re: [PATCH] usb: gadget: storage: Remove warning message

2019-05-07 Thread Greg KH
On Wed, May 08, 2019 at 11:24:00AM +0800, EJ Hsu wrote: > This change is to fix below warning message in following scenario: > usb_composite_setup_continue: Unexpected call > > When system tried to enter suspend, the fsg_disable() will be called to > disable fsg driver and send a signal to fsg_mai