i915: Protect macro argument for TEXTURE_SET()
TEXTURE_SET() is the only register macro that forgets to wrap the argument evaluation in parens. Only simple integers are passed to this macro so there's no bug but sitll it seems prudent to add the parens. Reviewed-by:Eric Anholt <eric@anholt.net> Signed-off-by:
Ville Syrjälä <ville.syrjala@linux.intel.com>
Please register or sign in to comment