Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120348
b: refs/heads/master
c: 945eed0
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Nov 7, 2008
1 parent 1ae7c9d commit ccf0808
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: 63cf123bf5d538a066e4a899390c9ce56ab6df9f
refs/heads/master: 945eed02cd619f525e097319cd3d18c58d01da87
4 changes: 2 additions & 2 deletions trunk/include/sound/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -390,11 +390,11 @@ void snd_verbose_printd(const char *file, int line, const char *format, ...)

#define snd_printd(fmt, args...) do { } while (0)
#define snd_BUG() do { } while (0)
static inline int __snd_bug_on(void)
static inline int __snd_bug_on(int cond)
{
return 0;
}
#define snd_BUG_ON(cond) __snd_bug_on() /* always false */
#define snd_BUG_ON(cond) __snd_bug_on(0 && (cond)) /* always false */

#endif /* CONFIG_SND_DEBUG */

Expand Down

0 comments on commit ccf0808

Please sign in to comment.