From: Dan Carpenter Date: Thu, 24 Nov 2011 11:59:00 +0000 (+0100) Subject: mtip32xx: uninitialized variable in mtip_quiesce_io() X-Git-Tag: v3.3-rc1~49^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e54a3d1b83220d748f1a27c8999634be7a83949;p=pandora-kernel.git mtip32xx: uninitialized variable in mtip_quiesce_io() We recently introduce new continue in the loop which make gcc complain. In theory if MTIP_FLAG_SVC_THD_ACTIVE_BIT is set, we could hit continue over and over until eventually we time out of the loop. In that case "active" should be set as true, but right now it's uninitialized. Signed-off-by: Dan Carpenter Signed-off-by: Jens Axboe --- Reading git-diff-tree failed