Re: [PATCH] libata: change ata__printk routines to return void

2014-09-23 Thread Tejun Heo
On Mon, Sep 22, 2014 at 09:52:18AM -0700, Joe Perches wrote: > 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 Applied to libata/for-3.18. Thanks. -- tejun -- To unsubscribe from

[PATCH] libata: change ata__printk routines to return void

2014-09-22 Thread Joe Perches
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 --- This change is associated to a desire to eventually change printk to return void. drivers/ata/libata-core.c | 35