block: remove useless caller argument to print_req_error()
authorJens Axboe <axboe@kernel.dk>
Thu, 14 Oct 2021 15:15:40 +0000 (09:15 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Oct 2021 14:50:22 +0000 (08:50 -0600)
commitc477b7977838ac97dd9d20625591a5d23c8079b7
tree297905cc5318aaac40e66a6af9019904413a8d9c
parentd4aa57a1cac3c99ffd641f7c8e0a7aff5656de0d
block: remove useless caller argument to print_req_error()

We have exactly one caller of this, just get rid of adding the useless
function name to the output.

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