]> git.baikalelectronics.ru Git - kernel.git/commit
staging: mt7621-mmc: Modify the return type of the function msdc_do_command
authorBhanusree Pola <bhanusreemahesh@gmail.com>
Sun, 17 Mar 2019 11:01:34 +0000 (16:31 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2019 06:47:53 +0000 (07:47 +0100)
commit9dced10407b3ee86c673e460ac5418690b83636c
treef290ae6f079e8f931318fd3799ca3c91d10f3e51
parentd98632cd8b9d58b7e1c1ecc04113b14014607f8c
staging: mt7621-mmc: Modify the return type of the function msdc_do_command

Modify the return type of the function msdc_do_command to static int
as the member error of the structure struct mmc_command is of type int.

Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-mmc/sd.c