Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278503
b: refs/heads/master
c: 1e22677
h: refs/heads/master
i:
  278501: 09fb5aa
  278499: 46b0a64
  278495: fd9e19e
v: v3
  • Loading branch information
Christian Auby authored and David S. Miller committed Dec 6, 2011
1 parent eddedca commit f71a0f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 87a115783eca7a424eef599d6f10a499f85f59c8
refs/heads/master: 1e226773c7e79051aa8a48258fe6ae61d20332bf
11 changes: 0 additions & 11 deletions trunk/drivers/net/caif/caif_hsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,6 @@ static int cfhsi_flush_fifo(struct cfhsi *cfhsi)
dev_dbg(&cfhsi->ndev->dev, "%s.\n",
__func__);


ret = cfhsi->dev->cfhsi_wake_up(cfhsi->dev);
if (ret) {
dev_warn(&cfhsi->ndev->dev,
"%s: can't wake up HSI interface: %d.\n",
__func__, ret);
return ret;
}

do {
ret = cfhsi->dev->cfhsi_fifo_occupancy(cfhsi->dev,
&fifo_occupancy);
Expand Down Expand Up @@ -168,8 +159,6 @@ static int cfhsi_flush_fifo(struct cfhsi *cfhsi)
}
} while (1);

cfhsi->dev->cfhsi_wake_down(cfhsi->dev);

return ret;
}

Expand Down

0 comments on commit f71a0f5

Please sign in to comment.