summaryrefslogtreecommitdiff
path: root/drivers/firewire
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2011-11-24 11:59:00 (GMT)
committerJens Axboe <axboe@kernel.dk>2011-11-24 11:59:00 (GMT)
commit3e54a3d1b83220d748f1a27c8999634be7a83949 (patch)
tree46807ff2423c3679cc40cc42d71ab6a9509de992 /drivers/firewire
parent60ec0eecfa8968d0f1188e3730979196ac28b9de (diff)
downloadlinux-fsl-qoriq-3e54a3d1b83220d748f1a27c8999634be7a83949.tar.xz
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 <dan.carpenter@oracle.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/firewire')
0 files changed, 0 insertions, 0 deletions