From: Jani Nikula Date: Wed, 12 Nov 2014 12:48:52 +0000 (+0200) Subject: drm/i915: remove the unnecessary block around display.hpd_irq_setup X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~14^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ea13be5badca78a11921b864db380274279c8b9;p=pandora-kernel.git 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 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed