On Mon, Jun 03, 2013 at 10:19:58PM +0400, Sergei Shtylyov wrote: > When compiling the driver with gcc 4.8, it gives the following warning: > > drivers/ata/sata_rcar.c: In function `sata_rcar_thaw': > drivers/ata/sata_rcar.c:183:2: warning: large integer implicitly truncated to > unsigned type [-Woverflow] > > Fix the warning by explicit cast of the 'unsigned long' value to 'u32'. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> Applied to libata/for-3.11. 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