From: Borislav Petkov Date: Mon, 13 Oct 2008 19:39:48 +0000 (+0200) Subject: ide-cd: convert driver to new ide debugging macro (v3) X-Git-Tag: v2.6.28-rc1~599^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc8323f793852ca1fcb58d96512fd71d39af2e9b;p=pandora-kernel.git ide-cd: convert driver to new ide debugging macro (v3) Also, - leave in the possibility for optimizing away all debugging macros - add a PFX macro and prepend all printk calls with it for consistency - add debug macro calls in important driver paths - remove #if 0-ed code - mv restore_request -> ide_cd_restore_request - add a driver registration printk v2: failed_command can be NULL so check it before accessing it v3: fix another NULL ptr in debug statement There should be no functionality change resulting from this patch. Signed-off-by: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed