Bluetooth: btmrvl: Delete an unnecessary variable initialisation in btmrvl_sdio_regis...
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 12 Mar 2018 09:20:04 +0000 (10:20 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 1 Apr 2018 12:25:30 +0000 (14:25 +0200)
commita5c2f4c1c5292362c8f78e63f82c527cea955bbd
tree6ae04521c0c48456e689a2ebd9d9fa2252313ddb
parentf3863f1d7a579a8d8d7741a777ef863674a4d0c8
Bluetooth: btmrvl: Delete an unnecessary variable initialisation in btmrvl_sdio_register_dev()

The local 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: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btmrvl_sdio.c