USB: ftdi_sio: fix minor typo in get_ftdi_divisor
authorIonut Nicu <ionut.nicu@cloudbit.ro>
Mon, 11 Jul 2011 13:46:12 +0000 (16:46 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 8 Aug 2011 19:34:47 +0000 (12:34 -0700)
commit1862cdd542025218f7a390b7e6ddc83a1362d1e0
tree95aefa34ac53dca0e73fd71e0c26b581a074a6af
parenteed393667b15a8f42fc0cdf5e8fee49f77c79aae
USB: ftdi_sio: fix minor typo in get_ftdi_divisor

Even if it's unlikely for this to cause an error,
there is a typo in the code that uses the bitwise-AND
operator instead of the logical one.

Signed-off-by: Ionut Nicu <ionut.nicu@cloudbit.ro>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ftdi_sio.c