OSDN Git Service

drm/i915: remove the unnecessary block around display.hpd_irq_setup
authorJani Nikula <jani.nikula@intel.com>
Wed, 12 Nov 2014 12:48:52 +0000 (14:48 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 14 Nov 2014 09:29:27 +0000 (10:29 +0100)
commit5ea13be5badca78a11921b864db380274279c8b9
treecc956632c0a205148450bb0e52253aec0fb9ba09
parentc934a16732d781b29465ddff914b0c7c8fae28f1
drm/i915: remove the unnecessary block around display.hpd_irq_setup

The block was added for spin_lock_irqsave flags, but since the locking
was converted to spin_lock_irq variant, the block is no longer needed.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.c