Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338265
b: refs/heads/master
c: 1b94242
h: refs/heads/master
i:
  338263: 26d52a3
v: v3
  • Loading branch information
Peter Hurley authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent ea64acc commit 9654efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 1b6c710e2a0f636aa038dc80dc114edf8217f5e6
refs/heads/master: 1b94242a692efa52656c8cb544f5cb87d1b3056f
5 changes: 1 addition & 4 deletions trunk/drivers/staging/fwserial/dma_fifo.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@

#define FAIL(fifo, condition, format...) ({ \
fifo->corrupt = !!(condition); \
if (unlikely(fifo->corrupt)) { \
__WARN_printf(format); \
} \
unlikely(fifo->corrupt); \
WARN(fifo->corrupt, format); \
})

/*
Expand Down

0 comments on commit 9654efa

Please sign in to comment.