From: Finn Thain Date: Tue, 18 Mar 2014 00:42:17 +0000 (+1100) Subject: scsi/NCR5380: fix build failures when debugging is enabled X-Git-Tag: omap-for-v3.16/fixes-against-rc1~13^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dde8f7d7759c5fa9c5b64ff6af3eff7b4d3b315;p=pandora-kernel.git scsi/NCR5380: fix build failures when debugging is enabled The change from cmd->target to cmd->device->id was apparently the purpose of commit a7f251228390e87d86c5e3846f99a455517fdd8e in kernel/git/tglx/history.git but some instances have been missed. Also fix the "NDEBUG_LAST_WRITE_SENT" and "NDEBUG_ALL" typo's. Also fix some format strings (%ul becomes %lu) that caused compiler warnings. Signed-off-by: Finn Thain Acked-by: Sam Creasey Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed