]> git.karo-electronics.de Git - karo-tx-linux.git/commit
matroxfb: convert struct i2c_msg initialization to C99 format
authorShubhrajyoti Datta <omaplinuxkernel@gmail.com>
Tue, 26 Mar 2013 23:24:06 +0000 (10:24 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 06:04:08 +0000 (17:04 +1100)
commit5ce77eff6cced02fec7f8708ed8faeab62dc3b56
tree09d7983d90bda762e4a0cf03bf4519db0d15a5e2
parente17bf9529c19201bb00fa21682210f7c59a62393
matroxfb: convert struct i2c_msg initialization to C99 format

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.

Thanks to Julia Lawall for automating the conversion.

Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Julia Lawall <julia@diku.dk>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/matrox/matroxfb_maven.c