mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2024-12-13 23:50:57 +00:00
[PATCH] drivers/scsi/mac53c94.c __iomem annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
3ba9d91208
commit
7be7cbf684
@ -537,9 +537,9 @@ static int mac53c94_remove(struct macio_dev *mdev)
|
||||
free_irq(fp->intr, fp);
|
||||
|
||||
if (fp->regs)
|
||||
iounmap((void *) fp->regs);
|
||||
iounmap(fp->regs);
|
||||
if (fp->dma)
|
||||
iounmap((void *) fp->dma);
|
||||
iounmap(fp->dma);
|
||||
kfree(fp->dma_cmd_space);
|
||||
|
||||
scsi_host_put(host);
|
||||
|
Loading…
Reference in New Issue
Block a user