Re: [PATCH 1/2] i2c: busses: make i2c_algorithm const

2017-08-29 Thread Wolfram Sang
On Fri, Aug 18, 2017 at 09:36:57PM +0530, Bhumika Goyal wrote: > Make these const as they are only stored in the algo field of > i2c_adapter structure, which is const. > > Signed-off-by: Bhumika Goyal Applied to for-next, thanks! signature.asc Description: PGP signature

[PATCH 1/2] i2c: busses: make i2c_algorithm const

2017-08-18 Thread Bhumika Goyal
Make these const as they are only stored in the algo field of i2c_adapter structure, which is const. Signed-off-by: Bhumika Goyal --- drivers/i2c/busses/i2c-pnx.c | 2 +- drivers/i2c/busses/i2c-puv3.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/busses/i2c-