diff options
author | Seungwon Jeon <tgih.jun@samsung.com> | 2012-09-28 14:21:59 +0900 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-11-07 14:50:16 -0500 |
commit | d676188e44680c2f2eb114a24b3b32e56165f079 (patch) | |
tree | 91637c2ddf6004337629587049a7f14ff44fcccd /include/asm-generic/bitops | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) | |
download | linux-d676188e44680c2f2eb114a24b3b32e56165f079.tar.bz2 |
mmc: dw_mmc: convert the variable type of irq
Even though platform_get_irq returns error, 'host->irq'
always has an unsigned value. Less-than-zero comparison
of an unsigned value is never true. Type of 'unsigned int'
will be changed for 'int'.
Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Acked-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include/asm-generic/bitops')
0 files changed, 0 insertions, 0 deletions