[SCSI] isci: Fix a infinite loop.
authorXinghai Yu <yuxinghai@cn.fujitsu.com>
Wed, 17 Jul 2013 02:54:01 +0000 (10:54 +0800)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 26 Aug 2013 08:51:30 +0000 (12:51 +0400)
It seems the "phy_index++;" have been placed in wrong place, without it
the while circle up will do a infinite loop.

Signed-off-by: Xinghai Yu <yuxinghai@cn.fujitsu.com>
Acked-by: Lukasz Dorau <lukasz.dorau@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found