On Tue, Jun 07, 2016 at 05:49:09PM +0100, Ben Dooks wrote: > Fix the signed issue in mv_write_cached_reg() where the laddr > is assigned from a (long)addr instead of (unsigned long)addr. > > Fixes the following warnings: > > drivers/ata/sata_mv.c:989:26: warning: cast removes address space of expression > drivers/ata/sata_mv.c:989:26: warning: cast removes address space of expression > drivers/ata/sata_mv.c:989:26: warning: cast removes address space of expression > drivers/ata/sata_mv.c:989:26: warning: cast removes address space of expression > > Signed-off-by: Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx> Applied to libata/for-4.7-fixes. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html