]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c: Convert struct i2c_msg initialization to C99 format
authorShubhrajyoti D <shubhrajyoti@ti.com>
Sun, 7 Oct 2012 22:26:13 +0000 (09:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sun, 7 Oct 2012 22:26:13 +0000 (09:26 +1100)
commit0c3536a644e359bf86a9dadbae44a36d0d031e0f
tree44b8c3244f69d52ecff88083ce451aadde80938d
parentb4e32a1a570db20ab37a5e98980f4587b501a554
i2c: 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.

Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/i2c-core.c