Messages in this thread |  | | | Date | Sun, 26 Dec 2010 18:13:19 -0800 | | From | Randy Dunlap <> | | Subject | Re: mmotm 2010-12-23-16-58 uploaded |
| |
On Thu, 23 Dec 2010 16:58:58 -0800 akpm@linux-foundation.org wrote:
> The mm-of-the-moment snapshot 2010-12-23-16-58 has been uploaded to > > http://userweb.kernel.org/~akpm/mmotm/ > > and will soon be available at > > git://zen-kernel.org/kernel/mmotm.git > > It contains the following patches against 2.6.37-rc7:
> memstick-factor-out-transfer-initiating-functionality-in-mspro_blockc.patch
drivers/memstick/core/mspro_block.c:1090: warning: format '%x' expects type 'unsigned int', but argument 7 has type 'size_t'
change "size %x" to "size %zx"
--- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** desserts: http://www.xenotime.net/linux/recipes/
|  |