Re: [PATCH RFC v3 5/9] staging: most: usb: check for NULL device

2020-01-15 Thread Greg KH
On Wed, Jan 15, 2020 at 03:32:48PM +, christian.gr...@microchip.com wrote: > On Wed, 2020-01-15 at 13:18 +0100, Greg KH wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you > > know the content is safe > > > > On Tue, Jan 14, 2020 at 04:57:54PM +0100, Christian Gromm wr

Re: [PATCH RFC v3 5/9] staging: most: usb: check for NULL device

2020-01-15 Thread Christian.Gromm
On Wed, 2020-01-15 at 13:18 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Tue, Jan 14, 2020 at 04:57:54PM +0100, Christian Gromm wrote: > > Check if the dci structer has been allocated before trying to > > release it. >

Re: [PATCH RFC v3 5/9] staging: most: usb: check for NULL device

2020-01-15 Thread Greg KH
On Tue, Jan 14, 2020 at 04:57:54PM +0100, Christian Gromm wrote: > Check if the dci structer has been allocated before trying to release it. > > Signed-off-by: Christian Gromm > --- > v3: > This patch has been added to the series. > > drivers/staging/most/usb/usb.c | 6 -- > 1 file ch