staging: usbip: usbip_host_driver.c: avoid assignment in if
authorWahib Faizi <wahibfaizi@gmail.com>
Thu, 12 Jun 2014 19:40:18 +0000 (23:40 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jun 2014 22:42:39 +0000 (15:42 -0700)
Fix coding style issue "do not use assignment in if condition"
detected by checkpatch.pl in usbip_host_driver.c.

Signed-off-by: Wahib Faizi <wahibfaizi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found