aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2009-06-24 16:11:29 +0000
committerScott Long <scottl@FreeBSD.org>2009-06-24 16:11:29 +0000
commitcadd4fa0b497277d35bab83a8ef7b64394ea0600 (patch)
tree4daae5f8157ed44bbfde8d53cce6190acb40890a /sys/dev/mfi
parentf340e9fe71c216c82a96b6f8489708eaca05a3af (diff)
Notes
Diffstat (limited to 'sys/dev/mfi')
-rw-r--r--sys/dev/mfi/mfi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mfi/mfi.c b/sys/dev/mfi/mfi.c
index cfd8f1d21b4b..aaec669b5081 100644
--- a/sys/dev/mfi/mfi.c
+++ b/sys/dev/mfi/mfi.c
@@ -230,7 +230,7 @@ mfi_issue_cmd_ppc(struct mfi_softc *sc,uint32_t bus_add,uint32_t frame_cnt)
static int
mfi_transition_firmware(struct mfi_softc *sc)
{
- int32_t fw_state, cur_state;
+ uint32_t fw_state, cur_state;
int max_wait, i;
fw_state = sc->mfi_read_fw_status(sc)& MFI_FWSTATE_MASK;