commit | 489422224b74c33e0efec940ad17fc02dcfe0e1f | [log] [tgz] |
---|---|---|
author | Shubhrajyoti D <shubhrajyoti@ti.com> | Mon Sep 17 21:14:58 2012 +0530 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Fri Sep 21 23:40:34 2012 +0200 |
tree | 1b3713fa41396ba7410381d3ecde6983de050d8e | |
parent | 760189b362a5e00ea60477995a1d0a5826a333be [diff] |
mfd: 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 <julia.lawall@lip6.fr> for automating the conversion Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>