From: Grant Likely Date: Fri, 9 Jan 2009 22:49:05 +0000 (-0700) Subject: powerpc/mpc52xx: Properly update irq_desc when set_type() is called. X-Git-Tag: v2.6.29-rc2~76^2~16^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d30239a0ef2000cfae6c60f8e870da2d8dba4d22;p=pandora-kernel.git powerpc/mpc52xx: Properly update irq_desc when set_type() is called. The MPC5200 PIC driver doesn't correctly update the .status field of the irq_desc structure when the set_type hook is called. This patch adds the required code. Also cleans up the external IRQ typename field to be something easier to read (very minor). Signed-off-by: Grant Likely --- Reading git-diff-tree failed