kernel/drivers/scsi/zorro7xx.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Detection routine for the NCR53c710 based Amiga SCSI Controllers for Linux. 3 4 * Amiga MacroSystemUS WarpEngine SCSI controller. .. .. @@ -158,6 +159,8 @@ 158 159 scsi_remove_host(host); 159 160 160 161 NCR_700_release(host); 162 + if (host->base > 0x01000000)163 + iounmap(hostdata->base);161 164 kfree(hostdata); 162 165 free_irq(host->irq, host); 163 166 zorro_release_device(z);