greybus: sdio: some cleanups in command function
authorRui Miguel Silva <rui.silva@linaro.org>
Thu, 15 Oct 2015 22:56:52 +0000 (23:56 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 19 Oct 2015 19:06:44 +0000 (12:06 -0700)
commitb6789ee55b99fbc26aa16e4f485397e86498bf51
treef04ba6ca450f0b791a7bfe226b82f227ad84de45
parent10ed1938767ec90a264b73b337ec17a0a674847a
greybus: sdio: some cleanups in command function

Some cleanups in gb_sdio_command function, ret does not need to be
initialize and mrq is already pointing to request, no need to get it
from host.

Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/sdio.c