From: Li Yang Date: Thu, 22 Apr 2010 08:31:35 +0000 (+0800) Subject: powerpc/fsl_msi: fix the conflict of virt_msir's chip_data X-Git-Tag: v2.6.35-rc2~55^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02adac6051b0ff8df3877ae3d94e0e68063c6a30;p=pandora-kernel.git powerpc/fsl_msi: fix the conflict of virt_msir's chip_data In fsl_of_msi_probe(), the virt_msir's chip_data have been stored the pointer to struct mpic. We add a struct fsl_msi_cascade_data to store the pointer to struct fsl_msi and msir_index in hanler_data. Otherwise, the pointer to struct mpic will be over-written, and will cause problem when calling eoi() of the irq. Signed-off-by: Zhao Chenhui Signed-off-by: Li Yang Signed-off-by: Kumar Gala --- Reading git-diff-tree failed