diff options
Diffstat (limited to 'drivers/message/fusion/mptfc.c')
-rw-r--r-- | drivers/message/fusion/mptfc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptfc.c b/drivers/message/fusion/mptfc.c index 770df553047a..74714e5bcf03 100644 --- a/drivers/message/fusion/mptfc.c +++ b/drivers/message/fusion/mptfc.c | |||
@@ -678,7 +678,7 @@ mptfc_GetFcPortPage0(MPT_ADAPTER *ioc, int portnum) | |||
678 | */ | 678 | */ |
679 | if (pp0dest->PortState == MPI_FCPORTPAGE0_PORTSTATE_UNKNOWN) { | 679 | if (pp0dest->PortState == MPI_FCPORTPAGE0_PORTSTATE_UNKNOWN) { |
680 | if (count-- > 0) { | 680 | if (count-- > 0) { |
681 | msleep_interruptible(100); | 681 | msleep(100); |
682 | goto try_again; | 682 | goto try_again; |
683 | } | 683 | } |
684 | printk(MYIOC_s_INFO_FMT "Firmware discovery not" | 684 | printk(MYIOC_s_INFO_FMT "Firmware discovery not" |