commit | f71774ac8a4d3e8be9c839386635c519a86995e2 | [log] [tgz] |
---|---|---|
author | Christian Lütke-Stetzkamp <christian@lkamp.de> | Sun Apr 29 19:32:35 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun May 06 19:08:06 2018 -0700 |
tree | 37fd43cceb52f01ec9f5dba8d56f3526cced608b | |
parent | eafda89222e103212f98888667fe0c5475d011ec [diff] |
staging: mt7621-mmc: Remove redundant check for card status Current code checks the card status at the beginning of msdc_ops_request. This is not necessary because mmc core always checks the card status before calling this operation. Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de> Reviewed-by: NeilBrown <neil@brown.name> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>