Re: [PATCH] ata: remove superfluous casts

2014-03-26 Thread Tejun Heo
On Wed, Mar 26, 2014 at 09:34:49AM -0700, Joe Perches wrote: > Unreferenced casts of void * types are unnecessary so remove them. > > Signed-off-by: Joe Perches Applied to libata/for-3.15. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

[PATCH] ata: remove superfluous casts

2014-03-26 Thread Joe Perches
Unreferenced casts of void * types are unnecessary so remove them. Signed-off-by: Joe Perches --- Done with coccinelle drivers/ata/libahci.c| 2 +- drivers/ata/pata_arasan_cf.c | 2 +- drivers/ata/sata_dwc_460ex.c | 3 +-- drivers/ata/sata_sx4.c | 9 +++-- 4 files changed, 6