Commit 25de682c authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] Sun-3 NCR5380 SCSI warning

Sun-3 NCR5380 SCSI: Kill warning.
parent ec923d9d
...@@ -314,7 +314,7 @@ int sun3scsi_release (struct Scsi_Host *shpnt) ...@@ -314,7 +314,7 @@ int sun3scsi_release (struct Scsi_Host *shpnt)
if (shpnt->irq != IRQ_NONE) if (shpnt->irq != IRQ_NONE)
free_irq (shpnt->irq, NULL); free_irq (shpnt->irq, NULL);
iounmap(sun3_scsi_regp); iounmap((void *)sun3_scsi_regp);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment