From: Krzysztof Wilczynski Date: Wed, 2 May 2012 10:34:01 +0000 (+0100) Subject: scsi: aha152x: Fix sparse warning and make printing pointer address more portable. X-Git-Tag: v3.6-rc1~118^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b631cf1f899f9d2e449884dbccc34940637c639f;p=pandora-kernel.git scsi: aha152x: Fix sparse warning and make printing pointer address more portable. This is to change use of "0x%08x" in favour of "%p" as per ../Documentation/printk-formats.txt, which also takes care about the following warning during compilation time: drivers/scsi/aha152x.c: In function ‘get_command’: drivers/scsi/aha152x.c:2987: warning: cast from pointer to integer of different size Signed-off-by: Krzysztof Wilczynski Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed