From: Borislav Petkov Date: Sat, 2 Feb 2008 18:56:34 +0000 (+0100) Subject: ide-floppy: cleanup and unify debugging macro calls X-Git-Tag: v2.6.25-rc1~1068^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcc77d9cc12f5fd3e54ea01a6ef8f09e4d7b54a8;p=pandora-kernel.git ide-floppy: cleanup and unify debugging macro calls * some debug_log() calls were not using "ide-floppy: " prefix * a few used printk levels different than KERN_INFO (KERN_NOTICE and KERN_ERR, which is the default one if no level is given) Bart: - fix build issues for IDEFLOPPY_DEBUG_LOG set to 1 while at it - s/__FUNCTION__/__func__/ Signed-off-by: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed