commit | 230da094352869ac36bca524a294deb7bb3dd876 | [log] [tgz] |
---|---|---|
author | Shubhrajyoti D <shubhrajyoti@ti.com> | Fri Oct 05 22:23:52 2012 +0200 |
committer | Jean Delvare <khali@endymion.delvare> | Fri Oct 05 22:23:52 2012 +0200 |
tree | 44b8c3244f69d52ecff88083ce451aadde80938d | |
parent | 71b578452ec6b2e8a470e3dae89055cd1068a9f0 [diff] |
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>