Re: [PATCH 2/2] [media] usb: make i2c_algorithm const

2017-08-19 Thread isely
Acked-by: Mike Isely On Fri, 18 Aug 2017, Bhumika Goyal wrote: > Make these const as they are only used in a copy operation or > are stored in the algo field of i2c_adapter structure, which is const. > > Signed-off-by: Bhumika Goyal > --- > drivers/media/usb/au0828/au0828-i2c.c| 2 +-

[PATCH 2/2] [media] usb: make i2c_algorithm const

2017-08-18 Thread Bhumika Goyal
Make these const as they are only used in a copy operation or are stored in the algo field of i2c_adapter structure, which is const. Signed-off-by: Bhumika Goyal --- drivers/media/usb/au0828/au0828-i2c.c| 2 +- drivers/media/usb/pvrusb2/pvrusb2-i2c-core.c | 2 +- 2 files changed, 2 inser