From: Dan Carpenter Date: Wed, 29 Oct 2014 08:46:11 +0000 (+0300) Subject: USB: HWA: fix a warning message X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~144^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cee2448e5b412ea109e92be12cd504df28ab1e0f;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed