libata: change ata_<foo>_printk routines to return void
authorJoe Perches <joe@perches.com>
Mon, 22 Sep 2014 16:52:18 +0000 (09:52 -0700)
committerTejun Heo <tj@kernel.org>
Tue, 23 Sep 2014 14:02:31 +0000 (10:02 -0400)
The return value is not used by callers of these functions nor
by uses of all macros so change the functions to return void.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Tejun Heo <tj@kernel.org>

No differences found