OSDN Git Service

staging: mt7621-mmc: Remove single statement macro msdc_irq_restore()
authorNishad Kamdar <nishadkamdar@gmail.com>
Mon, 1 Oct 2018 14:46:05 +0000 (20:16 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2018 22:16:20 +0000 (15:16 -0700)
commitafa163e3f86d56eac89ae236c94edeccc63e2873
tree4123e4e720e2bdc5902bd46ccce5a46c8a23cb72
parent3268357865d6541f11c2e759525e090f79210793
staging: mt7621-mmc: Remove single statement macro msdc_irq_restore()

This patch removes the macro msdc_irq_restore() and replaces its
usage with call to the function called in the macro definition.
Issue found by checkpatch.

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