]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc79118caa2ec452d972113c47723fbc5b9d99594
tree95aefa34ac53dca0e73fd71e0c26b581a074a6af
parent0fb402e85f30ef3502aab146e81b9c87faacecf8
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