commit | d676188e44680c2f2eb114a24b3b32e56165f079 | [log] [tgz] |
---|---|---|
author | Seungwon Jeon <tgih.jun@samsung.com> | Fri Sep 28 14:21:59 2012 +0900 |
committer | Chris Ball <cjb@laptop.org> | Wed Nov 07 14:50:16 2012 -0500 |
tree | 91637c2ddf6004337629587049a7f14ff44fcccd | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 [diff] |
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>