Message ID | 20201127182531.2796882-1-trix@redhat.com |
---|---|
State | New |
Headers | show |
Series | scsi: aic7xxx: remove trailing semicolon in macro definition | expand |
diff --git a/drivers/scsi/aic7xxx/aic79xx_core.c b/drivers/scsi/aic7xxx/aic79xx_core.c index 98b02e7d38bb..ce8604d730d1 100644 --- a/drivers/scsi/aic7xxx/aic79xx_core.c +++ b/drivers/scsi/aic7xxx/aic79xx_core.c @@ -319,7 +319,7 @@ ahd_assert_modes(struct ahd_softc *ahd, ahd_mode srcmode, } #define AHD_ASSERT_MODES(ahd, source, dest) \ - ahd_assert_modes(ahd, source, dest, __FILE__, __LINE__); + ahd_assert_modes(ahd, source, dest, __FILE__, __LINE__) ahd_mode_state ahd_save_modes(struct ahd_softc *ahd)