Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125146
b: refs/heads/master
c: 0f38aaa
h: refs/heads/master
v: v3
  • Loading branch information
Borislav Petkov authored and Bartlomiej Zolnierkiewicz committed Jan 2, 2009
1 parent 0288c90 commit f31f7e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 201bffa46466b4afdf7d29db8eca3fa5decb39c8
refs/heads/master: 0f38aaa4980fdf5de215e0a8bf6d6032164a6c4b
8 changes: 0 additions & 8 deletions trunk/drivers/ide/ide-cd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);
Expand Down
8 changes: 8 additions & 0 deletions trunk/drivers/ide/ide-cd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit f31f7e9

Please sign in to comment.