forked from Minki/linux
megaraid_sas: remove redundant memset call
struct fusion_context *fusion is already memset to '0', so remove a redundant call to memmset "fusion->load_balance_info" to '0'. Signed-off-by: Chaitra Basappa <chaitra.basappa@avagotech.com> Signed-off-by: Sumit Saxena <sumit.saxena@avagotech.com> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
ae09a6c1fd
commit
1aecbc8d67
@ -5185,8 +5185,6 @@ static int megasas_probe_one(struct pci_dev *pdev,
|
|||||||
((1 << PAGE_SHIFT) << instance->ctrl_context_pages));
|
((1 << PAGE_SHIFT) << instance->ctrl_context_pages));
|
||||||
INIT_LIST_HEAD(&fusion->cmd_pool);
|
INIT_LIST_HEAD(&fusion->cmd_pool);
|
||||||
spin_lock_init(&fusion->mpt_pool_lock);
|
spin_lock_init(&fusion->mpt_pool_lock);
|
||||||
memset(fusion->load_balance_info, 0,
|
|
||||||
sizeof(struct LD_LOAD_BALANCE_INFO) * MAX_LOGICAL_DRIVES_EXT);
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default: /* For all other supported controllers */
|
default: /* For all other supported controllers */
|
||||||
|
Loading…
Reference in New Issue
Block a user