diff options
| author | Scott Long <scottl@FreeBSD.org> | 2009-06-24 16:11:29 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2009-06-24 16:11:29 +0000 |
| commit | cadd4fa0b497277d35bab83a8ef7b64394ea0600 (patch) | |
| tree | 4daae5f8157ed44bbfde8d53cce6190acb40890a /sys/dev/mfi | |
| parent | f340e9fe71c216c82a96b6f8489708eaca05a3af (diff) | |
Notes
Diffstat (limited to 'sys/dev/mfi')
| -rw-r--r-- | sys/dev/mfi/mfi.c | 2 |
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; |
