Re: [PATCH] scsi: mpt3sas: mpt3sas_transport.c: Cleaning up uninitialized variables

2014-06-25 Thread Christoph Hellwig
On Wed, Jun 25, 2014 at 03:11:42PM +0530, Sreekanth Reddy wrote: > Hi James, > > This Patch seem to be fine. Please consider this patch as Acked-by: > Sreekanth Reddy I can't really find this in any of my mailboxes. Can you just resend it with your next driver update? Thanks! -- To unsubscrib

RE: [PATCH] scsi: mpt3sas: mpt3sas_transport.c: Cleaning up uninitialized variables

2014-06-25 Thread Sreekanth Reddy
2014 6:39 PM >To: Nagalakshmi Nandigama; Sreekanth Reddy >Cc: Rickard Strandqvist; supp...@lsi.com; James E.J. Bottomley; DL- >mptfusionli...@lsi.com; linux-s...@vger.kernel.org; linux- >ker...@vger.kernel.org >Subject: [PATCH] scsi: mpt3sas: mpt3sas_transport.c: Cleaning up uninitial

[PATCH] scsi: mpt3sas: mpt3sas_transport.c: Cleaning up uninitialized variables

2014-06-01 Thread Rickard Strandqvist
There is a risk that the variable will be used without being initialized. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/scsi/mpt3sas/mpt3sas_transport.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-