Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288977
b: refs/heads/master
c: 2da57c8
h: refs/heads/master
i:
  288975: 747fb3f
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent ae63655 commit 71e2d11
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a2f9dc55345baff05378c23de6e9e026f6838556
refs/heads/master: 2da57c8e4ac0933417f9fdd141bf5bebc87edc1e
3 changes: 1 addition & 2 deletions trunk/drivers/staging/crystalhd/crystalhd_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -868,8 +868,7 @@ static enum BC_STATUS crystalhd_stop_tx_dma_engine(struct crystalhd_hw *hw)

BCMLOG(BCMLOG_DBG, "Stopping TX DMA Engine..\n");

/* FIXME: jarod: invert dma_ctrl and check bit? or are there missing parens? */
if (!dma_cntrl & DMA_START_BIT) {
if (!(dma_cntrl & DMA_START_BIT)) {
BCMLOG(BCMLOG_DBG, "Already Stopped\n");
return BC_STS_SUCCESS;
}
Expand Down

0 comments on commit 71e2d11

Please sign in to comment.