Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116273
b: refs/heads/master
c: 9c2e7e4
h: refs/heads/master
i:
  116271: 760e98d
v: v3
  • Loading branch information
ben@fluff.org.uk authored and Pierre Ossman committed Oct 15, 2008
1 parent 727a2d0 commit 1a3f078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8dddfe192632361b62eee9c8320bc9feff57898b
refs/heads/master: 9c2e7e40bf85684eebc019e915c39c4c07c734fa
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/s3cmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ enum dbg_channels {
dbg_conf = (1 << 8),
};

static const int dbgmap_err = dbg_err | dbg_fail;
static const int dbgmap_err = dbg_fail;
static const int dbgmap_info = dbg_info | dbg_conf;
static const int dbgmap_debug = dbg_debug;
static const int dbgmap_debug = dbg_err | dbg_debug;

#define dbg(host, channels, args...) \
do { \
Expand Down

0 comments on commit 1a3f078

Please sign in to comment.