Re: [PATCH] be2iscsi: Use pci_zalloc_consistent() where possible and get rid of memset(,0,)

2015-03-09 Thread Maurizio Lombardi
I forgot the "signed-off-by", I'll send a new version. On Fri, 2015-03-06 at 14:52 +0100, Maurizio Lombardi wrote: > --- > drivers/scsi/be2iscsi/be_iscsi.c | 3 +-- > drivers/scsi/be2iscsi/be_main.c | 3 +-- > drivers/scsi/be2iscsi/be_mgmt.c | 3 +-- > 3 files changed, 3 insertions(+), 6 deleti

[PATCH] be2iscsi: Use pci_zalloc_consistent() where possible and get rid of memset(,0,)

2015-03-06 Thread Maurizio Lombardi
--- drivers/scsi/be2iscsi/be_iscsi.c | 3 +-- drivers/scsi/be2iscsi/be_main.c | 3 +-- drivers/scsi/be2iscsi/be_mgmt.c | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/scsi/be2iscsi/be_iscsi.c b/drivers/scsi/be2iscsi/be_iscsi.c index b7391a3..85d42b1 100644 --- a/d