]> git.karo-electronics.de Git - karo-tx-linux.git/commit
matroxfb: convert struct i2c_msg initialization to C99 format
authorShubhrajyoti Datta <omaplinuxkernel@gmail.com>
Sun, 10 Mar 2013 10:54:35 +0000 (21:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 12 Mar 2013 03:56:23 +0000 (14:56 +1100)
commit2ab6fad4b79dc68a98df3056ba0f66c3542685db
tree7b25c1637a8cb7e72b67962cbad4633c57546bf3
parent6fa3ea1f18820d021734486132384c4d0fff443e
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