Colin Ian King
4bc83b3f27
scsi: isci: Fix infinite loop in while loop
...
In the case when the phy_mask is bitwise anded with the phy_index bit is
zero the continue statement currently jumps to the next iteration of the
while loop and phy_index is never actually incremented, potentially
causing an infinite loop if phy_index is less than SCI_MAX_PHS. Fix this
by turning the while loop into a for loop.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2018-04-20 19:23:32 -04:00
..
2018-04-09 21:08:30 -04:00
2018-04-03 17:38:39 -07:00
2018-03-21 18:46:30 -04:00
2018-01-22 20:04:01 -05:00
2018-03-15 00:35:43 -04:00
2018-01-30 21:27:02 -05:00
2018-01-04 01:13:28 -05:00
2018-04-03 17:38:39 -07:00
2018-04-09 21:32:45 -04:00
2018-01-10 23:24:58 -05:00
2018-04-03 17:38:39 -07:00
2018-03-19 22:54:47 -04:00
2018-04-18 22:58:49 -04:00
2018-03-21 18:34:21 -04:00
2018-03-15 00:52:33 -04:00
2018-04-20 19:23:32 -04:00
2018-02-13 21:37:01 -05:00
2018-04-03 17:38:39 -07:00
2018-03-14 23:36:37 -04:00
2018-04-18 23:37:40 -04:00
2018-04-05 15:05:53 -07:00
2018-03-01 21:07:48 -05:00
2018-03-19 22:54:47 -04:00
2018-02-13 21:37:02 -05:00
2018-04-05 15:05:53 -07:00
2018-04-09 21:04:36 -04:00
2018-04-03 17:38:39 -07:00
2018-04-05 15:05:53 -07:00
2018-03-26 11:13:09 +02:00
2018-04-18 23:37:39 -04:00
2018-03-15 00:26:54 -04:00
2018-03-01 21:10:36 -05:00
2018-04-09 21:31:37 -04:00
2018-03-15 00:25:37 -04:00
2018-03-17 14:45:23 -06:00
2018-04-09 16:34:41 -04:00
2018-04-03 17:38:39 -07:00
2018-03-14 23:31:13 -04:00
2018-03-12 21:16:58 -04:00
2018-02-13 21:49:14 -05:00
2018-03-15 00:26:30 -04:00
2018-04-05 14:27:02 -07:00
2018-03-12 22:05:43 -04:00
2018-03-19 22:54:47 -04:00
2018-04-03 17:38:39 -07:00
2018-03-19 22:54:47 -04:00
2018-02-13 21:49:15 -05:00
2018-02-13 21:49:15 -05:00
2018-02-12 11:43:25 -05:00
2018-04-18 22:58:49 -04:00
2018-01-08 22:27:32 -05:00
2018-04-09 22:07:05 -04:00
2018-04-09 16:35:12 -04:00
2018-04-03 17:38:39 -07:00
2018-04-09 21:31:37 -04:00
2018-04-05 15:05:53 -07:00
2018-04-18 22:58:49 -04:00
2018-03-13 11:40:24 -06:00
2018-02-15 18:20:14 -05:00
2018-02-27 22:26:12 -05:00
2018-04-19 00:04:10 -04:00
2018-04-18 23:37:40 -04:00
2018-01-08 22:27:32 -05:00
2018-02-11 14:34:03 -08:00
2018-04-11 11:26:09 -06:00
2018-04-20 15:36:02 -04:00
2018-03-12 22:05:43 -04:00
2018-03-14 23:31:13 -04:00