Re: [PATCH] sata_rcar: Remove ata_host_alloc() error printing

2019-05-09 Thread Jens Axboe
On 4/29/19 9:22 AM, Geert Uytterhoeven wrote: > 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. Applied, thanks. -- Jens Axboe

Re: [PATCH] sata_rcar: Remove ata_host_alloc() error printing

2019-05-09 Thread Simon Horman
On Mon, Apr 29, 2019 at 05:22:09PM +0200, Geert Uytterhoeven wrote: > 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. > > Signed-off-by: Geert Uytterhoeven Reviewed-by:

Re: [PATCH] sata_rcar: Remove ata_host_alloc() error printing

2019-04-30 Thread Sergei Shtylyov
On 29.04.2019 18:22, Geert Uytterhoeven wrote: 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. Signed-off-by: Geert Uytterhoeven Reviewed-by: Sergei Shtylyov [...] M