Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338475
b: refs/heads/master
c: eef6e7b
h: refs/heads/master
i:
  338473: 33a56fa
  338471: d2d8409
v: v3
  • Loading branch information
Peter Hurley authored and Greg Kroah-Hartman committed Nov 28, 2012
1 parent 315c72e commit a1748b7
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: 7355ba3445f2a741bfb9f03c7c8d5fc3e10bf63f
refs/heads/master: eef6e7b286e6dcf39a9b8c1d31477ee489451a8a
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 a1748b7

Please sign in to comment.