Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78644
b: refs/heads/master
c: 7d1f8db
h: refs/heads/master
v: v3
  • Loading branch information
Jorge Boncompte authored and David S. Miller committed Jan 28, 2008
1 parent ea951ef commit 6d563bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5929af4075c2ccd08aef7ca95a41f2a2abb3e47
refs/heads/master: 7d1f8db40bf72ae8bdc62bbf479d5cdf9cb9f921
4 changes: 4 additions & 0 deletions trunk/drivers/atm/he.c
Original file line number Diff line number Diff line change
Expand Up @@ -1637,6 +1637,8 @@ he_stop(struct he_dev *he_dev)

if (he_dev->rbpl_base) {
#ifdef USE_RBPL_POOL
int i;

for (i = 0; i < CONFIG_RBPL_SIZE; ++i) {
void *cpuaddr = he_dev->rbpl_virt[i].virt;
dma_addr_t dma_handle = he_dev->rbpl_base[i].phys;
Expand All @@ -1659,6 +1661,8 @@ he_stop(struct he_dev *he_dev)
#ifdef USE_RBPS
if (he_dev->rbps_base) {
#ifdef USE_RBPS_POOL
int i;

for (i = 0; i < CONFIG_RBPS_SIZE; ++i) {
void *cpuaddr = he_dev->rbps_virt[i].virt;
dma_addr_t dma_handle = he_dev->rbps_base[i].phys;
Expand Down

0 comments on commit 6d563bc

Please sign in to comment.