From: Todd Poynor Date: Sat, 28 May 2011 02:15:59 +0000 (-0700) Subject: OMAP: VP: Explicitly mask VPVOLTAGE field X-Git-Tag: v3.2-rc1~95^2^2~1^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bea30ed65fb2432097f362ce17042e22febcb616;p=pandora-kernel.git OMAP: VP: Explicitly mask VPVOLTAGE field Reading the VPVOLTAGE field of PRM_VP_*_VOLTAGE registers currently relies on a u32 -> u8 conversion to mask off the FORCEUPDATEWAIT field in the upper bits. Make this explicit using the mask symbol already defined, added as a new field in struct omap_vp_common. Signed-off-by: Todd Poynor Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed