Commit 565be561 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by James Bottomley

[PATCH] dpt_i2o: remove schedule_timeout()

There was a patch to *remove* that line completely issued about a month
ago. It is a case of a second schedule_timeout left over from an editing
mistake made long ago in a distant galaxy.
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent bcb9175f
......@@ -1178,7 +1178,6 @@ static int adpt_i2o_post_wait(adpt_hba* pHba, u32* msg, int len, int timeout)
// dangerous.
status = -ETIME;
}
schedule_timeout(timeout*HZ);
}
if(pHba->host)
spin_lock_irq(pHba->host->host_lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment