From: Sergei Shtylyov Date: Mon, 3 Jun 2013 20:16:05 +0000 (-0700) Subject: sata_rcar: fix compilation warning in sata_rcar_thaw() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~16^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ba59b59cb413b9d89f40532bad3529d5185dd3c;p=pandora-kernel.git sata_rcar: fix compilation warning in sata_rcar_thaw() 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 Signed-off-by: Tejun Heo --- Reading git-diff-tree failed