Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4520
b: refs/heads/master
c: a921e28
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Thomas Gleixner committed May 23, 2005
1 parent d5e3dc4 commit 160483d
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: cc71229ff345a32d1b3de370a257dac62986b187
refs/heads/master: a921e28b4bd35b091754a1814ff015fe268b9295
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/maps/plat-ram.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generic platfrom device based RAM map
*
* $Id: plat-ram.c,v 1.2 2005/03/14 20:33:19 bjd Exp $
* $Id: plat-ram.c,v 1.3 2005/03/19 22:41:27 gleixner Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -153,7 +153,7 @@ static int platram_probe(struct device *dev)
goto exit_error;
}

memzero(info, sizeof(*info));
memset(info, 0, sizeof(*info));
dev_set_drvdata(dev, info);

info->dev = dev;
Expand Down

0 comments on commit 160483d

Please sign in to comment.