FW_STATUS_ABORTED
if (ret != 0 && fw_st->status == FW_STATUS_ABORTED)
if (status == FW_STATUS_DONE || status == FW_STATUS_ABORTED) {
__fw_state_set(fw_priv, FW_STATUS_ABORTED);
return __fw_state_check(fw_priv, FW_STATUS_ABORTED);