Re: [PATCH v5] staging: rts5208: add error handling into rtsx_probe
From: Anton Vasilyev
Date: Wed Aug 01 2018 - 10:08:53 EST
I found that staging-next already contains my patch v3, committed by
Greg Kroah-Hartman.
Do I need to send a new patch with a label renaming based on Dan
Carpenter comments?
--
Anton Vasilyev
Linux Verification Center, ISPRAS
web: http://linuxtesting.org
e-mail: vasilyev@xxxxxxxxx
On 01.08.2018 15:18, Andy Shevchenko wrote:
On Wed, Aug 1, 2018 at 2:55 PM, Anton Vasilyev <vasilyev@xxxxxxxxx> wrote:
If rtsx_probe() fails to allocate dev->chip, then release_everything()
will crash on uninitialized dev->cmnd_ready complete.
Patch adds an error handling into rtsx_probe.
Found by Linux Driver Verification project (linuxtesting.org).
Have you based your change on staging-next?
Seems not. You need to rebase and resend.