diff options
author | 2011-04-12 12:59:09 -0400 | |
---|---|---|
committer | 2011-05-24 21:00:59 -0400 | |
commit | 853c6cac0dc0d9d330deb5b48c19eebafaed1841 (patch) | |
tree | 88bbcb5a7b32f23dba7d42d7e61d55ff2d1fc442 /drivers/mmc/core/core.c | |
parent | mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID. (diff) | |
download | linux-dev-853c6cac0dc0d9d330deb5b48c19eebafaed1841.tar.xz linux-dev-853c6cac0dc0d9d330deb5b48c19eebafaed1841.zip |
mmc: quirks: fix truncation warnings
Fix data truncation warnings: .manfid is not unsigned long:
drivers/mmc/core/quirks.c:36: warning: large integer implicitly truncated to unsigned type
drivers/mmc/core/quirks.c:40: warning: large integer implicitly truncated to unsigned type
drivers/mmc/core/quirks.c:43: warning: large integer implicitly truncated to unsigned type
drivers/mmc/core/quirks.c:46: warning: large integer implicitly truncated to unsigned type
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/core/core.c')
0 files changed, 0 insertions, 0 deletions