[PATCH -next] mmc quirks: fix truncation warnings

2011-04-12 Thread Randy Dunlap
From: Randy Dunlap randy.dun...@oracle.com 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

Re: [PATCH -next] mmc quirks: fix truncation warnings

2011-04-12 Thread Chris Ball
Hi, On Tue, Apr 12 2011, Randy Dunlap wrote: From: Randy Dunlap randy.dun...@oracle.com 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