From: Randy Dunlap Date: Wed, 11 Nov 2009 17:31:07 +0000 (-0800) Subject: pcmcia: fix printk formats X-Git-Tag: v2.6.33-rc1~412^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e657ea17ef2d7f364e5c2625157f6cc0584ac7ad;p=pandora-kernel.git pcmcia: fix printk formats Fix printk format warnings on sizeof() [size_t] arguments. drivers/char/pcmcia/cm4040_cs.c:267: warning: format '%lu' expects type 'long unsigned int', but argument 5 has type 'size_t' drivers/char/pcmcia/cm4040_cs.c:272: warning: format '%lu' expects type 'long unsigned int', but argument 5 has type 'size_t' CC: Harald Welte Signed-off-by: Randy Dunlap Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed