staging: mt7621-mmc: Remove unused variable in msdc_command_resp
authorChristian Lütke-Stetzkamp <christian@lkamp.de>
Sat, 16 Jun 2018 14:14:35 +0000 (16:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jun 2018 12:48:02 +0000 (21:48 +0900)
commit2e477f9ee5e3085a0d020acd6b614eca568981ee
tree27f02fd6308f7a59da98ca91c07ef054a8f0aa1e
parent32c6dcffdd20e8697ca5f2ce13f9bfbc582f1caf
staging: mt7621-mmc: Remove unused variable in msdc_command_resp

The variable resp in msdc_command_resp is once set and never read,
delete it.

Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-mmc/sd.c