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)
commitcee2448e5b412ea109e92be12cd504df28ab1e0f
treebd5d51a14fe4955ab245af16f6b80513ab2e3ec4
parentaee0ce3ae73c566ace9958302e001d3cbbb0a623
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