]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Remove unnecessary () used with WARN()
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 4 Jun 2015 15:42:15 +0000 (16:42 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 15 Jun 2015 12:30:18 +0000 (14:30 +0200)
commit78ace48cfe6ca226793e46b8c465507efd053bba
tree755be609c2b1baea845405e783c02753c786c7de
parentd351f6d94893f3ba98b1b20c5ef44c35fc1da124
drm/i915: Remove unnecessary () used with WARN()

In Linux, macros are usually well done and protect their arguments
properly, even avoiding multiple evaluations of the parameters. Extra ()
are really not needed.

Cc: Suketu Shah <suketu.j.shah@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_csr.c