Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252413
b: refs/heads/master
c: 70d031f
h: refs/heads/master
i:
  252411: e9ed069
v: v3
  • Loading branch information
adam radford authored and James Bottomley committed May 24, 2011
1 parent c4af9fe commit d7a603d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 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: 3f1abce4aba4ced0ba8be54b22f2882bdd01c746
refs/heads/master: 70d031f36fa50a53128d0d2b5f95032cd534778b
16 changes: 0 additions & 16 deletions trunk/drivers/scsi/megaraid/megaraid_sas_fusion.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,22 +695,6 @@ megasas_ioc_init_fusion(struct megasas_instance *instance)
return ret;
}

/*
* megasas_return_cmd_for_smid - Returns a cmd_fusion for a SMID
* @instance: Adapter soft state
*
*/
void
megasas_return_cmd_for_smid(struct megasas_instance *instance, u16 smid)
{
struct fusion_context *fusion;
struct megasas_cmd_fusion *cmd;

fusion = instance->ctrl_context;
cmd = fusion->cmd_list[smid - 1];
megasas_return_cmd_fusion(instance, cmd);
}

/*
* megasas_get_ld_map_info - Returns FW's ld_map structure
* @instance: Adapter soft state
Expand Down

0 comments on commit d7a603d

Please sign in to comment.