staging: rtl8712: usb_ops_linux: fixed a comparison coding style issue
authorSamuel Dominguez Lorenzo <yysamueldominguez@gmail.com>
Sun, 13 Sep 2015 15:18:33 +0000 (16:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Sep 2015 15:50:44 +0000 (08:50 -0700)
commit4579ec9af094361bef38f37005897d6de6cc7dcb
treefa58b05b0e33d3cce788a98a3d218ddb93ce58e7
parentce85ed4d15b44f6a3216f0e0b3ce464aecd44c3c
staging: rtl8712: usb_ops_linux: fixed a comparison coding style issue

Fixed a coding style issue where a comparison had the constant on the
left side of the test instead of being on the right side of it.

Signed-off-by: Samuel Dominguez Lorenzo <yysamueldominguez@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/usb_ops_linux.c