USB: ftdi_sio: Quiet sparse noise about using plain integer was NULL pointer
commita816e3113b63753c330ca4751ea1d208e93e3015
authorYing Xue <ying.xue@windriver.com>
Mon, 6 Aug 2012 09:46:37 +0000 (6 17:46 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Aug 2012 19:01:32 +0000 (10 12:01 -0700)
treecc3c2371eb363fbd99e77e447acf8ba26dd1f0cf
parent1139b4516f3927ae835ed3b0a9c69a0dfaf4cdd4
USB: ftdi_sio: Quiet sparse noise about using plain integer was NULL pointer

Pointers should not be compared to plain integers.
Quiets the sparse warning:
warning: Using plain integer as NULL pointer

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/ftdi_sio.c