Re: [PATCH 1/1] usb: storage: stop probe on "Invalid device"

2022-08-08 Thread Simon Glass
Hi Takahiro, On Sun, 7 Aug 2022 at 20:18, AKASHI Takahiro wrote: > > Hi Simon, > > On Sun, Aug 07, 2022 at 09:47:56AM -0600, Simon Glass wrote: > > Hi Marek, > > > > On Thu, 21 Jul 2022 at 11:29, Janne Grunau wrote: > > > > > > Fixes a crash during probing of sd card readers without medium

Re: [PATCH 1/1] usb: storage: stop probe on "Invalid device"

2022-08-07 Thread AKASHI Takahiro
Hi Simon, On Sun, Aug 07, 2022 at 09:47:56AM -0600, Simon Glass wrote: > Hi Marek, > > On Thu, 21 Jul 2022 at 11:29, Janne Grunau wrote: > > > > Fixes a crash during probing of sd card readers without medium present. > > > > Link: https://github.com/AsahiLinux/linux/issues/44 > > Signed-off-by:

Re: [PATCH 1/1] usb: storage: stop probe on "Invalid device"

2022-08-07 Thread Simon Glass
Hi Marek, On Thu, 21 Jul 2022 at 11:29, Janne Grunau wrote: > > Fixes a crash during probing of sd card readers without medium present. > > Link: https://github.com/AsahiLinux/linux/issues/44 > Signed-off-by: Janne Grunau > --- > common/usb_storage.c | 4 +--- > 1 file changed, 1 insertion(+),

[PATCH 1/1] usb: storage: stop probe on "Invalid device"

2022-07-21 Thread Janne Grunau
Fixes a crash during probing of sd card readers without medium present. Link: https://github.com/AsahiLinux/linux/issues/44 Signed-off-by: Janne Grunau --- common/usb_storage.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/usb_storage.c b/common/usb_storage.c