staging: ks7010: Remove initialisation in ks7010_sdio.c
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Fri, 24 May 2019 08:58:42 +0000 (14:28 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2019 21:09:46 +0000 (14:09 -0700)
commit0fce66606ef91ff23b69217dfa0f10e2704e1224
tree9ed858ff2b336a66008da05fb620cc1d6a6099a6
parent6ef7eef9291c5882dfbec34cc33257db4333912e
staging: ks7010: Remove initialisation in ks7010_sdio.c

As the initial value of the return variable result is never used, it can
be removed.
Issue found with Coccinelle.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks7010_sdio.c