]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf2bb90e02c0f294548f249c640e0aa6fd72aebd4
tree297905cc5318aaac40e66a6af9019904413a8d9c
parent1c29dfc15a503ddc41ad9e615adc32d0ec223430
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