]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: smsc-ece1099: Delete an unnecessary variable initialisation in smsc_i2c_probe()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 26 Jun 2016 12:14:54 +0000 (14:14 +0200)
committerLee Jones <lee.jones@linaro.org>
Wed, 29 Jun 2016 09:16:26 +0000 (10:16 +0100)
commit53b34b8d8860833bc672b6deb77a1769b2f79b5b
tree47494f265b5f7bdd80c9e5a46147b56dbce9be63
parentd313cdde71ec9a5c327a515c37a0dca2cca00de5
mfd: smsc-ece1099: Delete an unnecessary variable initialisation in smsc_i2c_probe()

The variable "ret" will be set to an appropriate value a bit later.
Thus omit the explicit initialisation at the beginning.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/smsc-ece1099.c