From: Konrad Rzeszutek Wilk Date: Thu, 29 Sep 2011 17:31:21 +0000 (-0400) Subject: xen/events: BUG() when we can't allocate our event->irq array. X-Git-Tag: v3.2-rc1~193^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d093e2958baf76154d1008339f594f798a52790;p=pandora-kernel.git xen/events: BUG() when we can't allocate our event->irq array. In case we can't allocate we are doomed. We should BUG_ON instead of trying to dereference it later on. Acked-by: Ian Campbell [v1: Use BUG_ON instead of BUG] Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed