cifs: fix printk format warnings
authorRandy Dunlap <rdunlap@xenotime.net>
Tue, 31 Jan 2012 03:50:01 +0000 (19:50 -0800)
committerSteve French <smfrench@gmail.com>
Tue, 31 Jan 2012 13:42:08 +0000 (07:42 -0600)
Fix printk format warnings for ssize_t variables:

fs/cifs/connect.c:2145:3: warning: format '%ld' expects type 'long int', but argument 3 has type 'ssize_t'
fs/cifs/connect.c:2152:3: warning: format '%ld' expects type 'long int', but argument 3 has type 'ssize_t'
fs/cifs/connect.c:2160:3: warning: format '%ld' expects type 'long int', but argument 3 has type 'ssize_t'
fs/cifs/connect.c:2170:3: warning: format '%ld' expects type 'long int', but argument 3 has type 'ssize_t'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Jeff Layton <jlayton@redhat.com>
Cc: linux-cifs@vger.kernel.org

fs/cifs/connect.c

Simple merge