]> git.baikalelectronics.ru Git - kernel.git/commit
USB: HWA: fix a warning message
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 29 Oct 2014 08:46:11 +0000 (11:46 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Nov 2014 23:26:15 +0000 (15:26 -0800)
commitbfea614e9e2f1cfa6e599b3bc1b19ce7944395f7
treebd5d51a14fe4955ab245af16f6b80513ab2e3ec4
parent832292f8ecc2514e04c92af63f3442e5ce4f25db
USB: HWA: fix a warning message

We wanted to print the version as (major).(minor) but because the shift
operation is higher precedence than the mask then we print
(minor).(minor).

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/hwa-hc.c