Loading drivers/ide/ide-cd.c +0 −8 Original line number Diff line number Diff line Loading @@ -53,14 +53,6 @@ #include "ide-cd.h" #define IDECD_DEBUG_LOG 1 #if IDECD_DEBUG_LOG #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, args) #else #define ide_debug_log(lvl, fmt, args...) do {} while (0) #endif static DEFINE_MUTEX(idecd_ref_mutex); static void ide_cd_release(struct kref *); Loading drivers/ide/ide-cd.h +8 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,14 @@ #include <linux/cdrom.h> #include <asm/byteorder.h> #define IDECD_DEBUG_LOG 0 #if IDECD_DEBUG_LOG #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, args) #else #define ide_debug_log(lvl, fmt, args...) do {} while (0) #endif /* * typical timeout for packet command */ Loading Loading
drivers/ide/ide-cd.c +0 −8 Original line number Diff line number Diff line Loading @@ -53,14 +53,6 @@ #include "ide-cd.h" #define IDECD_DEBUG_LOG 1 #if IDECD_DEBUG_LOG #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, args) #else #define ide_debug_log(lvl, fmt, args...) do {} while (0) #endif static DEFINE_MUTEX(idecd_ref_mutex); static void ide_cd_release(struct kref *); Loading
drivers/ide/ide-cd.h +8 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,14 @@ #include <linux/cdrom.h> #include <asm/byteorder.h> #define IDECD_DEBUG_LOG 0 #if IDECD_DEBUG_LOG #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, args) #else #define ide_debug_log(lvl, fmt, args...) do {} while (0) #endif /* * typical timeout for packet command */ Loading