commit | d7bead1b8890c3e47a24db270fdb840ea728d8f0 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Sep 22 09:52:18 2014 -0700 |
committer | Tejun Heo <tj@kernel.org> | Tue Sep 23 10:02:31 2014 -0400 |
tree | e576086dee390d2ccd8111ccc423b27a7228cb6c | |
parent | 8494294b66dbb4d7996dd944575eebd4ac2a126b [diff] |
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>