|
|
| version 1.2, 2004/02/25 15:46:54 | version 1.3, 2004/02/26 14:07:21 |
|---|---|
| Line 555 ips_ffdc_reset(ips_softc_t *sc) | Line 555 ips_ffdc_reset(ips_softc_t *sc) |
| free(status, M_DEVBUF); | free(status, M_DEVBUF); |
| device_printf(sc->dev, "ERROR: unable to get a command! " | device_printf(sc->dev, "ERROR: unable to get a command! " |
| "can't send ffdc reset!\n"); | "can't send ffdc reset!\n"); |
| return 1; | |
| } | } |
| if (COMMAND_ERROR(status)) { | if (COMMAND_ERROR(status)) { |
| free(status, M_DEVBUF); | free(status, M_DEVBUF); |