From: Matthijs Kooijman Date: Fri, 30 Aug 2013 16:45:20 +0000 (+0200) Subject: staging: dwc2: properly mask the GRXFSIZ register X-Git-Tag: v3.12-rc1~183^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1fc524393583a217ddbc71293eb30feef58530d;p=pandora-kernel.git staging: dwc2: properly mask the GRXFSIZ register Bits 16-31 are reserved, so the old code just reads the whole register to get bits 0-15, assuming the reserved bits would be 0 (which seems true on current hardware, but who knows...). This commit properly masks out the reserved bits when reading and doesn't touch the reserved bits while writing. Signed-off-by: Matthijs Kooijman Acked-by: Paul Zimmerman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed