Re: [PATCH 15/25] powerpc/fsl_msi: add a const qualifier

2012-10-15 Thread Tabi Timur-B04825
On Mon, Jul 23, 2012 at 4:13 AM, Uwe Kleine-König wrote: > This prepares *of_device_id.data becoming const. Without this change > the following warning would occur: > > arch/powerpc/sysdev/fsl_msi.c: In function 'fsl_of_msi_probe': > arch/powerpc/sysdev/fsl_msi.c:379:11: error: ass

[PATCH 15/25] powerpc/fsl_msi: add a const qualifier

2012-07-23 Thread Uwe Kleine-König
This prepares *of_device_id.data becoming const. Without this change the following warning would occur: arch/powerpc/sysdev/fsl_msi.c: In function 'fsl_of_msi_probe': arch/powerpc/sysdev/fsl_msi.c:379:11: error: assignment discards 'const' qualifier from pointer target type [-Werr