s390/dasd: Move allocation error message to DBF
authorJan Höppner <hoeppner@linux.ibm.com>
Thu, 8 Feb 2024 16:42:43 +0000 (17:42 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 8 Feb 2024 17:12:01 +0000 (10:12 -0700)
commit4849494f05994f411c9cc0504843c6adefd1f2de
treec57a6e40bb2387dc8be6abf52d587e9acfebc1c2
parent8d7ac904c90be7a1ed1aafa34953c40270c30bd0
s390/dasd: Move allocation error message to DBF

All error messages for a failling dasd_smalloc_request() call are logged
via DBF, except one. There is no value in logging this particular
allocation failure via dev_err(). Move the message to DBF, too, to be
in line with the rest.

Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
Signed-off-by: Stefan Haberland <sth@linux.ibm.com>
Link: https://lore.kernel.org/r/20240208164248.540985-5-sth@linux.ibm.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/s390/block/dasd.c