From c51e3a4fc45dab1b96159f02a610cccf58d1cfe3 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Thu, 4 Dec 2014 13:56:10 +0300 Subject: [PATCH] mpt2sas: issue_reset is uninitialized The "issue_reset" variable can be used uninitialized. It should be set to false at the start. Also I cleaned up the types by using bool. Signed-off-by: Dan Carpenter Acked-by: Sreekanth Reddy Signed-off-by: Christoph Hellwig --- Reading git-format-patch failed