Bluetooth: btmrvl: Delete an unnecessary variable initialisation in btmrvl_sdio_card_...
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 12 Mar 2018 10:15:59 +0000 (11:15 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 1 Apr 2018 12:25:31 +0000 (14:25 +0200)
commit9376e4a5a318e1dbf1c53a31cfbe919e0ba926b0
tree08cd091905848219ab9947f442dccb63bb7eeca8
parenta5c2f4c1c5292362c8f78e63f82c527cea955bbd
Bluetooth: btmrvl: Delete an unnecessary variable initialisation in btmrvl_sdio_card_to_host()

The variable "payload" will eventually be set to an appropriate pointer
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