]> git.karo-electronics.de Git - karo-tx-linux.git/commit
matroxfb: convert struct i2c_msg initialization to C99 format
authorShubhrajyoti Datta <omaplinuxkernel@gmail.com>
Wed, 20 Mar 2013 04:06:52 +0000 (15:06 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:27:14 +0000 (16:27 +1100)
commitfe2aa60a95f57dcfbd7d077e917d53c85fc91c55
treebdffd734fb62a4c42520dc0850302156c64328c0
parent0cbe5e0549840ec6630078fb01b958338645de94
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