hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/scsi/zorro7xx.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Detection routine for the NCR53c710 based Amiga SCSI Controllers for Linux.
34 * Amiga MacroSystemUS WarpEngine SCSI controller.
....@@ -158,6 +159,8 @@
158159 scsi_remove_host(host);
159160
160161 NCR_700_release(host);
162
+ if (host->base > 0x01000000)
163
+ iounmap(hostdata->base);
161164 kfree(hostdata);
162165 free_irq(host->irq, host);
163166 zorro_release_device(z);