Re: [PATCH 7/8] megaraid_sas : Remove redundant code of memset load_balance_info to zero

2015-01-06 Thread Martin K. Petersen
> "Sumit" ==writes: Sumit> struct fusion_context *fusion is already memset to '0', so remove Sumit> redundant code of meset "fusion->load_balance_info" to '0'. Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the

[PATCH 7/8] megaraid_sas : Remove redundant code of memset load_balance_info to zero

2015-01-05 Thread Sumit.Saxena
struct fusion_context *fusion is already memset to '0', so remove redundant code of meset "fusion->load_balance_info" to '0'. Signed-off-by: Chaitra Basappa Signed-off-by: Sumit Saxena --- drivers/scsi/megaraid/megaraid_sas_base.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) di