Re: [PATCH] usb: usbtmc: Fix disconnect/poll interaction

2016-02-17 Thread Sergei Shtylyov
Hello. On 02/17/2016 07:10 PM, Dave Penkler wrote: When the device is disconnected poll waiters were not being woken. Fixes issue in commit eb6b92ecc0f9412623ab1584ddd8389b371638d4 reported scripts/checkpatch.pl now enforces certain commit citing format, yours doesn't match it, not only b

[PATCH] usb: usbtmc: Fix disconnect/poll interaction

2016-02-17 Thread Dave Penkler
When the device is disconnected poll waiters were not being woken. Fixes issue in commit eb6b92ecc0f9412623ab1584ddd8389b371638d4 reported by Oliver Neukum Signed-off-by: Dave Penkler --- drivers/usb/class/usbtmc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb