Re: [PATCH] pata_pdc2027x : make pdc2027x_*_timing structures const

2017-11-27 Thread Tejun Heo
On Sat, Nov 25, 2017 at 04:47:35PM +0530, Arvind Yadav wrote: > Make these pdc2027x_*_timing structures const as it is never modified. > > Signed-off-by: Arvind Yadav Applied to libata/for-4.15-fixes. Thanks. -- tejun

Re: [PATCH] pata_pdc2027x : make pdc2027x_*_timing structures const

2017-11-27 Thread Tejun Heo
On Sat, Nov 25, 2017 at 04:47:35PM +0530, Arvind Yadav wrote: > Make these pdc2027x_*_timing structures const as it is never modified. > > Signed-off-by: Arvind Yadav Applied to libata/for-4.15-fixes. Thanks. -- tejun

[PATCH] pata_pdc2027x : make pdc2027x_*_timing structures const

2017-11-25 Thread Arvind Yadav
Make these pdc2027x_*_timing structures const as it is never modified. Signed-off-by: Arvind Yadav --- drivers/ata/pata_pdc2027x.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/ata/pata_pdc2027x.c b/drivers/ata/pata_pdc2027x.c index

[PATCH] pata_pdc2027x : make pdc2027x_*_timing structures const

2017-11-25 Thread Arvind Yadav
Make these pdc2027x_*_timing structures const as it is never modified. Signed-off-by: Arvind Yadav --- drivers/ata/pata_pdc2027x.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/ata/pata_pdc2027x.c b/drivers/ata/pata_pdc2027x.c index d1e8b63..141bf81 100644