From: Daniel Vetter Date: Thu, 27 Jun 2013 15:52:14 +0000 (+0200) Subject: drm/i915: fold the no-irq check into intel_hpd_irq_handler X-Git-Tag: v3.11-rc1~65^2~16^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91d131d21e4916f84e5957cc25bea6dd355dfe77;p=pandora-kernel.git drm/i915: fold the no-irq check into intel_hpd_irq_handler The usual pattern for our sub-function irq_handlers is that they check for the no-irq case themselves. This results in more streamlined code in the upper irq handlers. v2: Rebase on top of the i965g/gm sdvo hpd fix. Cc: Egbert Eich Reviewed-by: Egbert Eich Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed