diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2013-06-03 22:16:05 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-06-04 03:49:45 +0200 |
commit | 5ba59b59cb413b9d89f40532bad3529d5185dd3c (patch) | |
tree | d2d990cbda07fddc69e82a20b8d9a4cb4c0706b9 /sound/sparc | |
parent | sata_highbank: increase retry count but shorten duration for Calxeda controller (diff) | |
download | linux-5ba59b59cb413b9d89f40532bad3529d5185dd3c.tar.xz linux-5ba59b59cb413b9d89f40532bad3529d5185dd3c.zip |
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 <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'sound/sparc')
0 files changed, 0 insertions, 0 deletions