forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/scsi/csiostor/csio_mb.c
....@@ -1210,7 +1210,7 @@
12101210 !csio_is_hw_intr_enabled(hw)) {
12111211 csio_err(hw, "Cannot issue mailbox in interrupt mode 0x%x\n",
12121212 *((uint8_t *)mbp->mb));
1213
- goto error_out;
1213
+ goto error_out;
12141214 }
12151215
12161216 if (mbm->mcurrent != NULL) {