commit | 8ab92cbdb37b87d4fda4c2cb1c0f586856c6c64a | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Mon Sep 17 10:33:18 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 17 14:50:33 2012 -0700 |
tree | 168a7104e3fe53e7c6a9df187d79191eccac5286 | |
parent | 8508317c96727a3905400796b89586c323b551ee [diff] |
staging: fix csr printk format warning Fix printk format warning on i386/X86_32 by using 't' for ptrdiff_t. Also builds cleanly on x86_64. drivers/staging/csr/csr_wifi_hip_udi.c: In function 'unifi_print_status': drivers/staging/csr/csr_wifi_hip_udi.c:151:27: warning: format '%ld' expects type 'long int', but argument 5 has type 'int' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>