]> git.karo-electronics.de Git - linux-beck.git/commit
i2c: nomadik: drop superfluous variable initialization
authorWolfram Sang <w.sang@pengutronix.de>
Thu, 24 Jan 2013 10:27:46 +0000 (11:27 +0100)
committerWolfram Sang <w.sang@pengutronix.de>
Mon, 28 Jan 2013 04:26:44 +0000 (05:26 +0100)
commit876ae85c8b811668c2c115ea78c2241f562977fb
tree592f6fd8698811d88db00bbdf2956f646e8041c4
parent24e9e157d5197e469a414d0f52ce04e8b539a715
i2c: nomadik: drop superfluous variable initialization

cppcheck rightfully reports those as "reassigned a value before the old
one has been used."

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Linus Walleij <linus.walleij@stericsson.com>
drivers/i2c/busses/i2c-nomadik.c