commit | 53b34b8d8860833bc672b6deb77a1769b2f79b5b | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sun Jun 26 14:14:54 2016 +0200 |
committer | Lee Jones <lee.jones@linaro.org> | Wed Jun 29 10:16:26 2016 +0100 |
tree | 47494f265b5f7bdd80c9e5a46147b56dbce9be63 | |
parent | d313cdde71ec9a5c327a515c37a0dca2cca00de5 [diff] |
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>