Re: [PATCH v2 2/7] [media] ov9650: switch i2c device id to lower case

2017-07-12 Thread Sylwester Nawrocki
On 07/03/2017 11:16 AM, Hugues Fruchet wrote: > Switch i2c device id to lower case as it is s/i2c/I2C ? > done for other omnivision cameras. s/omnivision/Omnivision This is required for properly matching driver with device on DT platforms, right? It might be worth to mention that so it is

[PATCH v2 2/7] [media] ov9650: switch i2c device id to lower case

2017-07-03 Thread Hugues Fruchet
Switch i2c device id to lower case as it is done for other omnivision cameras. Signed-off-by: Hugues Fruchet --- drivers/media/i2c/ov9650.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/i2c/ov9650.c b/drivers/media/i2c/ov9650.c