Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4497
b: refs/heads/master
c: d30f11d
h: refs/heads/master
i:
  4495: 58eee04
v: v3
  • Loading branch information
Joern Engel authored and Thomas Gleixner committed May 23, 2005
1 parent ba28680 commit d1bccbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 3b88775c7504dfdedd5f267cb8f02999e380222a
refs/heads/master: d30f11d22549c54e9b05d153e37d166f88a2aa43
6 changes: 3 additions & 3 deletions trunk/drivers/mtd/devices/phram.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* $Id: phram.c,v 1.11 2005/01/05 18:05:13 dwmw2 Exp $
* $Id: phram.c,v 1.12 2005/02/23 19:37:07 joern Exp $
*
* Copyright (c) ???? Jochen Schäuble <psionic@psionic.de>
* Copyright (c) 2003-2004 Jörn Engel <joern@wh.fh-wedel.de>
Expand Down Expand Up @@ -107,9 +107,9 @@ static int phram_write(struct mtd_info *mtd, loff_t to, size_t len,

static void unregister_devices(void)
{
struct phram_mtd_list *this;
struct phram_mtd_list *this, *safe;

list_for_each_entry(this, &phram_list, list) {
list_for_each_entry_safe(this, safe, &phram_list, list) {
del_mtd_device(&this->mtd);
iounmap(this->mtd.priv);
kfree(this);
Expand Down

0 comments on commit d1bccbc

Please sign in to comment.