]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: quirks: fix truncation warnings
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 12 Apr 2011 16:59:09 +0000 (12:59 -0400)
committerChris Ball <cjb@laptop.org>
Wed, 25 May 2011 01:00:59 +0000 (21:00 -0400)
commit353f9592b55611255ace10316c3f5f9f2ed2a27a
tree88bbcb5a7b32f23dba7d42d7e61d55ff2d1fc442
parentd80ad5745b4833589a6d1aeb6f411ae22a39ddcf
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>
include/linux/mmc/card.h