Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142120
b: refs/heads/master
c: 5b2639d
h: refs/heads/master
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Apr 3, 2009
1 parent 76d457e commit db88b3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 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: 0d0c27f2e83619083280c4c4f1bc33f2b58132ac
refs/heads/master: 5b2639d59afe0a30e1b955b23c52ee9099888058
12 changes: 2 additions & 10 deletions trunk/drivers/scsi/cxgb3i/cxgb3i_ddp.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,12 +587,12 @@ int cxgb3i_adapter_ddp_info(struct t3cdev *tdev,
}

/**
* ddp_release - release the cxgb3 adapter's ddp resource
* cxgb3i_ddp_cleanup - release the cxgb3 adapter's ddp resource
* @tdev: t3cdev adapter
* release all the resource held by the ddp pagepod manager for a given
* adapter if needed
*/
static void ddp_release(struct t3cdev *tdev)
void cxgb3i_ddp_cleanup(struct t3cdev *tdev)
{
int i = 0;
struct cxgb3i_ddp_info *ddp = (struct cxgb3i_ddp_info *)tdev->ulp_iscsi;
Expand Down Expand Up @@ -714,11 +714,3 @@ void cxgb3i_ddp_init(struct t3cdev *tdev)
}
ddp_init(tdev);
}

/**
* cxgb3i_ddp_cleaup - clean up ddp function
*/
void cxgb3i_ddp_cleanup(struct t3cdev *tdev)
{
ddp_release(tdev);
}

0 comments on commit db88b3a

Please sign in to comment.