Re: [PATCH] nfit: acpi_nfit_notify(): Do not leave device locked

2015-12-11 Thread Verma, Vishal L
On 12/11/15, 13:24, "Alexey Khoroshilov" wrote: >Even if dev->driver is null because we are being removed, >it is safer to not leave device locked. > >Found by Linux Driver Verification project (linuxtesting.org). > >Signed-off-by: Alexey Khoroshilov >--- > drivers/acpi/nfit.c | 2 +- > 1 file ch

Re: [PATCH] nfit: acpi_nfit_notify(): Do not leave device locked

2015-12-11 Thread Ross Zwisler
On Fri, Dec 11, 2015 at 11:24:10PM +0300, Alexey Khoroshilov wrote: > Even if dev->driver is null because we are being removed, > it is safer to not leave device locked. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshilov > --- > drivers/acpi

[PATCH] nfit: acpi_nfit_notify(): Do not leave device locked

2015-12-11 Thread Alexey Khoroshilov
Even if dev->driver is null because we are being removed, it is safer to not leave device locked. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/acpi/nfit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/