From: Thomas Gleixner Date: Sun, 23 Feb 2014 21:40:20 +0000 (+0000) Subject: xen: Get rid of the last irq_desc abuse X-Git-Tag: v3.15-rc1~152^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02893afdd310fab8f41f6afbe5233c6609ec19ed;p=pandora-kernel.git xen: Get rid of the last irq_desc abuse Warn if any PIRQ cannot be bound to an event channel. Remove the check for irq_desc->action. This hypercall never fails in practice so we can emit a warning unconditionally. Remove a check for a valid irq desc. The only caller of xen_destroy_irq() will only do so if the irq was previously fully setup, which means the descriptor has been allocated as well. Signed-off-by: Thomas Gleixner Cc: Peter Zijlstra Cc: Konrad Rzeszutek Wilk Cc: Xen Cc: David Vrabel Link: http://lkml.kernel.org/r/20140223212738.579581220@linutronix.de Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed