staging: most: hdm-usb: remove redundant conditions
authorChristian Gromm <christian.gromm@microchip.com>
Fri, 19 Aug 2016 09:12:52 +0000 (11:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 14:53:57 +0000 (16:53 +0200)
commit4246501e23be88383fed31ba0df6f0af7b91e176
tree4f7dda62b246826859dd13078455abf715546f14
parent879c93fefd3dcbce414ffccdf5cbd5685b18afed
staging: most: hdm-usb: remove redundant conditions

This patch removes the duplication of the expression
(urb->status == -ENOENT || urb->status == -ECONNRESET).

Signed-off-by: Andrey Shvetsov <andrey.shvetsov@k2l.de>
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/hdm-usb/hdm_usb.c