commit | cee2448e5b412ea109e92be12cd504df28ab1e0f | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Oct 29 11:46:11 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 03 15:26:15 2014 -0800 |
tree | bd5d51a14fe4955ab245af16f6b80513ab2e3ec4 | |
parent | aee0ce3ae73c566ace9958302e001d3cbbb0a623 [diff] |
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>