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)
commitd7bead1b8890c3e47a24db270fdb840ea728d8f0
treee576086dee390d2ccd8111ccc423b27a7228cb6c
parent8494294b66dbb4d7996dd944575eebd4ac2a126b
libata: change ata_<foo>_printk routines to return void

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>
drivers/ata/libata-core.c
include/linux/libata.h