commit | 9493d974b0f1f34903adfb529a510d4d768493dc | [log] [tgz] |
---|---|---|
author | Shubhrajyoti Datta <omaplinuxkernel@gmail.com> | Wed Oct 10 09:34:00 2012 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Oct 11 00:48:48 2012 -0700 |
tree | b3551a4f6c42dab55b242db813e1045197252b41 | |
parent | 7f8d4cad1e4e11a45d02bd6e024cc2812963c38a [diff] |
Input: cy8ctmg110_ts - use C99-style structure initializators 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 <julia.lawall@lip6.fr> for automating the conversion. Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com> Acked-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>