commit | 261c83c1a9e5b74e41037cc804e8b9ae21623ddd | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jan 31 16:57:24 2017 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Jan 31 14:00:10 2017 -0700 |
tree | fa83fce9257b2cee4a171e4791319eaf322258ac | |
parent | 68b568c797c0a93bd1f2e107a6022350d096154e [diff] |
mmc: remove pointless request type check in mmc_prep_request The block layer won't send requests the driver isn't asking for, so remove this check. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>