Re: [PATCH] adv7604: convert struct i2c_msg initialization to C99 format

2012-11-21 Thread Hans Verkuil
On Thu October 25 2012 07:02:36 Shubhrajyoti D wrote: > Convert the struct i2c_msg initialization to C99 format. This makes > maintaining and editing the code simpler. Also helps once other fields > like transferred are added in future. > > Signed-off-by: Shubhrajyoti D Acked-by: Hans Verkuil

[PATCH] adv7604: convert struct i2c_msg initialization to C99 format

2012-10-24 Thread Shubhrajyoti D
Convert the struct i2c_msg initialization to C99 format. This makes maintaining and editing the code simpler. Also helps once other fields like transferred are added in future. Signed-off-by: Shubhrajyoti D --- drivers/media/i2c/adv7604.c | 16 +--- 1 files changed, 13 insertions(+