From: David Vrabel Date: Mon, 18 Mar 2013 15:50:17 +0000 (+0000) Subject: xen/events: allow setup of irq_info to fail X-Git-Tag: v3.14-rc1~126^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96d4c5881806ebb993a3d84991af9c96fa9cd576;p=pandora-kernel.git xen/events: allow setup of irq_info to fail The FIFO-based event ABI requires additional setup of newly bound events (it may need to expand the event array) and this setup may fail. xen_irq_info_common_init() is a useful place to put this setup so allow this call to fail. This call and the other similar calls are renamed to be *_setup() to reflect that they may now fail. This failure can only occur with new event channels not on rebind. Signed-off-by: David Vrabel Reviewed-by: Konrad Rzeszutek Wilk Reviewed-by: Boris Ostrovsky --- Reading git-diff-tree failed