OSDN Git Service

i2c: mpc: remove useless variable initialization
authorWolfram Sang <wsa@the-dreams.de>
Fri, 27 Oct 2017 20:24:44 +0000 (22:24 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 1 Nov 2017 22:51:49 +0000 (23:51 +0100)
commitaf3366753fb530528349e05e0953b7357504084a
treed3f3db697a17d27379bc648019a19b63ec3844c4
parentf6d2953643164525b22edcc09720c2cbf2e52d21
i2c: mpc: remove useless variable initialization

cppcheck rightfully says:

drivers/i2c/busses/i2c-mpc.c:329: style: Variable 'node' is reassigned a value before the old one has been used.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-mpc.c