From: Ingo Molnar Date: Fri, 26 Dec 2008 18:02:20 +0000 (+0100) Subject: sparseirq: fix desc->lock init X-Git-Tag: v2.6.29-rc1~550^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=793f7b12a0c95e7bfec1badf9628043fb78fd440;p=pandora-kernel.git sparseirq: fix desc->lock init Impact: cleanup init_one_irq_desc() does not initialize the desc->lock properly - you cannot init a lock by memcpying some other lock on it. This happens to work right now (because irq_desc_init is never in use), but it's a dangerous construct nevertheless, so fix it. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed