RE: [PATCH RFC] qla2xxx: fix timeout in qla2x00_down_timeout

2007-05-30 Thread Seokmann Ju
Thanks for finding. Acked-by: Seokmann Ju <[EMAIL PROTECTED]> > -Original Message- > From: Bill Nottingham [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 30, 2007 1:17 AM > To: [EMAIL PROTECTED] > Cc: Linux Driver; linux-kernel@vger.kernel.org > Subject:

[PATCH RFC] qla2xxx: fix timeout in qla2x00_down_timeout

2007-05-30 Thread Bill Nottingham
iterations is unsigned, so it is impossible to get out of the loop and return -ETIMEDOUT. Signed-off-by: Bill Nottingham <[EMAIL PROTECTED]> --- If the intention *is* to never fall out of the end of the loop, ignore this, and just replace it with do {} while (1);. --- drivers/scsi/qla2xxx/qla_o