commit | b2dc65e856c69b36a183c0ba41ff5f5a3af92fc8 | [log] [tgz] |
---|---|---|
author | Ionut Nicu <ionut.nicu@cloudbit.ro> | Mon Jul 11 16:46:12 2011 +0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Aug 17 10:55:51 2011 -0700 |
tree | d79fcb6dfa2179a37b55d32cd2f5351f5e600c7b | |
parent | 73ca9294d982e43a1945ae00262d9ee6b09efe34 [diff] |
USB: ftdi_sio: fix minor typo in get_ftdi_divisor commit 1862cdd542025218f7a390b7e6ddc83a1362d1e0 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>