From: Len Brown Date: Wed, 23 Apr 2008 04:09:13 +0000 (-0400) Subject: pnpacpi: fix potential corruption on "pnpacpi: exceeded the max number of IRQ resourc... X-Git-Tag: v2.6.26-rc1~1096 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0093cb1199ec551f179562ca9fbd6f64fb750645;p=pandora-kernel.git pnpacpi: fix potential corruption on "pnpacpi: exceeded the max number of IRQ resources 2" PNP_MAX_IRQ is 2 If a device invokes pnpacpi_parse_allocated_irqresource() 0, 1, or 2 times, we are happy. The 3rd time, we will fail and print "pnpacpi: exceeded the max number of IRQ resources: 2" The 4th and subsequent calls (if this ever happened) would silently scribble on irq_resource[2], which doesn't actualy exist. Found-by: Bjorn Helgaas Signed-off-by: Len Brown Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed