hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/scsi/zalon.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Zalon 53c7xx device driver.
34 * By Richard Hirst (rhirst@linuxcare.com)
....@@ -88,7 +89,7 @@
8889 struct gsc_irq gsc_irq;
8990 u32 zalon_vers;
9091 int error = -ENODEV;
91
- void __iomem *zalon = ioremap_nocache(dev->hpa.start, 4096);
92
+ void __iomem *zalon = ioremap(dev->hpa.start, 4096);
9293 void __iomem *io_port = zalon + GSC_SCSI_ZALON_OFFSET;
9394 static int unit = 0;
9495 struct Scsi_Host *host;