commit | 301a29da6e891e7eb95c843af0ecdbe86d01f723 | [log] [tgz] |
---|---|---|
author | Nicolas Boullis <nboullis@debian.org> | Tue Oct 16 00:06:23 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Oct 17 13:45:49 2012 -0700 |
tree | 06a394d2ee61a08f7ba07741eea2ff43fa67a82e | |
parent | 6e1babb3ff2651376f2e9843569fcb39cfe4686b [diff] |
usb: acm: fix the computation of the number of data bits The current code assumes that CSIZE is 0000060, which appears to be wrong on some arches (such as powerpc). Signed-off-by: Nicolas Boullis <nboullis@debian.org> Acked-by: Oliver Neukum <oneukum@suse.de> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>