commit | 34c089e806793a66e450b11bd167db6047399fcd | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Tue Nov 21 15:42:27 2017 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Thu Nov 23 14:00:33 2017 +0100 |
tree | 43d0b76f5f121303eaf993db5ca76dd1ab6d8b77 | |
parent | 5a787756b809888e8925d722862167f1229b58f7 [diff] |
mmc: block: Fix missing blk_put_request() Ensure blk_get_request() is paired with blk_put_request(). Fixes: 0493f6fe5bde ("mmc: block: Move boot partition locking into a driver op") Fixes: 627c3ccfb46a ("mmc: debugfs: Move block debugfs into block module") Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Cc: stable@vger.kernel.org # 4.13+ Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>