]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: remove the call to check_disk_change
authorChristoph Hellwig <hch@lst.de>
Wed, 8 Jul 2020 12:25:46 +0000 (14:25 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 8 Jul 2020 22:20:01 +0000 (16:20 -0600)
commitcc09d88b819a4167c86144f4c9e05f1e9886aa85
tree019c671774f8350ea4dc9567d5dbadc89d0c47fb
parent9f52ae261637988e347ebb7e399c6f71831cee83
mmc: remove the call to check_disk_change

The mmc driver doesn't support event notifications, which means
that check_disk_change is a no-op.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/mmc/core/block.c