Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14770
b: refs/heads/master
c: e2602b3
h: refs/heads/master
v: v3
  • Loading branch information
Luiz Capitulino authored and Thomas Gleixner committed Nov 29, 2005
1 parent ed9b570 commit cb6f6f6
Show file tree
Hide file tree
Showing 2 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: 8bc3b3804a6123e634be26359558aa998102506a
refs/heads/master: e2602b347aa6f62b61754c5f65191ef67ffd0dc7
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/maps/nettel.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* (C) Copyright 2000-2001, Greg Ungerer (gerg@snapgear.com)
* (C) Copyright 2001-2002, SnapGear (www.snapgear.com)
*
* $Id: nettel.c,v 1.11 2005/11/07 11:14:27 gleixner Exp $
* $Id: nettel.c,v 1.12 2005/11/29 14:30:00 gleixner Exp $
*/

/****************************************************************************/
Expand Down Expand Up @@ -479,7 +479,7 @@ void __exit nettel_cleanup(void)
}
if (nettel_intel_map.virt) {
iounmap(nettel_intel_map.virt);
nettel_intel_map.virt = 0;
nettel_intel_map.virt = NULL;
}
#endif
}
Expand Down

0 comments on commit cb6f6f6

Please sign in to comment.