]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
sata_rcar: Remove ata_host_alloc() error printing
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 29 Apr 2019 15:22:09 +0000 (17:22 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 9 May 2019 17:19:32 +0000 (11:19 -0600)
commitcf12c6729c7405c06b3e1bfccac7aa7ad007e1b7
tree0ec33303f7700ed9a6368c3162ddee1bd92cb87c
parente78c21d157f2f0278696f5903713133e83ac47c6
sata_rcar: Remove ata_host_alloc() error printing

ata_host_alloc() can only fail due to memory allocation failures.
Hence there is no need to print a message, as the memory allocation core
code already takes care of that.

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/ata/sata_rcar.c