[SCSI] cxgb3i: call ddp release function directly
authorMike Christie <michaelc@cs.wisc.edu>
Wed, 1 Apr 2009 18:11:28 +0000 (13:11 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 3 Apr 2009 14:23:13 +0000 (09:23 -0500)
commit5b2639d59afe0a30e1b955b23c52ee9099888058
treedfabb47beab9b323d60692b7f2765d63867c55d6
parent0d0c27f2e83619083280c4c4f1bc33f2b58132ac
[SCSI] cxgb3i: call ddp release function directly

cxgb3i_ddp_cleanup just calls ddp_release directly so there is
no reason for the wrapper. This patch just renames ddp_release
to cxgb3i_ddp_cleanup and removes the old wrapper function.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/cxgb3i/cxgb3i_ddp.c