From: Felipe Balbi Date: Wed, 14 Dec 2011 19:59:30 +0000 (+0200) Subject: usb: dwc3: core: fix cached revision on our structure X-Git-Tag: v3.2-rc7~9^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=248b122b131202de95aaa3670e48465619bdff14;p=pandora-kernel.git usb: dwc3: core: fix cached revision on our structure All our revision macros are defined with the entire 32-bits which we read from GSNPSID register, so we must cache all 32-bits properly rather than masking the top 16-bits. This will fix all revision checks we have on current driver. Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed