]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/rtc/rtc-pcf8563.c: convert struct i2c_msg initialization to C99 format
authorShubhrajyoti D <shubhrajyoti@ti.com>
Fri, 28 Sep 2012 00:20:39 +0000 (10:20 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Oct 2012 05:03:56 +0000 (15:03 +1000)
commit62ccc760252f59ec062fe9d2c1bbc90f372e7b9d
tree312c04a14168e8c3d915c965085dd93cd7dab2eb
parent9534ba404e5e3ab10fafd0efa3357df7f11b6167
drivers/rtc/rtc-pcf8563.c: 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>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-pcf8563.c