drm/i915: Protect the argument expansion in LRI and SRM macros
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 7 Apr 2014 19:24:32 +0000 (20:24 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 9 Apr 2014 12:57:20 +0000 (14:57 +0200)
It seems like it wouldn't be too unlikely to be wanting to use a an
expression in the macro argument and things could go very wrong.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found