Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39226
b: refs/heads/master
c: afc12d3
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 10, 2006
1 parent 7da10d1 commit 2536629
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a9f627c9df2b6a242cdc25d46f87191941cd0844
refs/heads/master: afc12d30a74415a49a6ce36d89f82641b46c499b
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/maps/physmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static int physmap_flash_remove(struct platform_device *dev)
}

if (info->map.virt != NULL)
iounmap((void *)info->map.virt);
iounmap(info->map.virt);

if (info->res != NULL) {
release_resource(info->res);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/cs553x_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ static int __init cs553x_init_one(int cs, int mmio, unsigned long adr)
goto out;

out_ior:
iounmap((void *)this->IO_ADDR_R);
iounmap(this->IO_ADDR_R);
out_mtd:
kfree(new_mtd);
out:
Expand Down

0 comments on commit 2536629

Please sign in to comment.