Re: [PATCH] ahci: st: Make of_device_id array const

2014-07-22 Thread Tejun Heo
On Tue, Jul 22, 2014 at 07:45:43PM +0530, Kiran Padwal wrote: > Make of_device_id array const, because all OF functions handle it as const. > > Signed-off-by: Kiran Padwal Applied to libata/for-3.17. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

Re: [PATCH] ahci: st: Make of_device_id array const

2014-07-22 Thread Lee Jones
On Tue, 22 Jul 2014, Kiran Padwal wrote: > Make of_device_id array const, because all OF functions handle it as const. > > Signed-off-by: Kiran Padwal > --- > drivers/ata/ahci_st.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Lee Jones -- Lee Jones Linaro STMicroelect

[PATCH] ahci: st: Make of_device_id array const

2014-07-22 Thread Kiran Padwal
Make of_device_id array const, because all OF functions handle it as const. Signed-off-by: Kiran Padwal --- drivers/ata/ahci_st.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/ahci_st.c b/drivers/ata/ahci_st.c index 2595598..29821b9 100644 --- a/drivers/ata/a