OSDN Git Service

mfd: tps65910: Delete an unnecessary variable initialisation in tps65910_sleepinit()
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 9 Mar 2018 08:10:09 +0000 (09:10 +0100)
committerLee Jones <lee.jones@linaro.org>
Wed, 16 May 2018 08:21:48 +0000 (09:21 +0100)
commitda257efa8787be2594baf08ed84461d71d6a6d23
treec77009aedb81140c00f96d185026952cc1f898a9
parentdae3be365537b2da53f355e6dfec0e3a8ea1d425
mfd: tps65910: Delete an unnecessary variable initialisation in tps65910_sleepinit()

The local variable "dev" will be reassigned by a following statement.
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/tps65910.c