commit | 0e8ed479125a6d246e17cfe6c24e140bfeb01972 | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Tue Mar 14 17:11:51 2006 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Thu Mar 16 16:55:03 2006 +1100 |
tree | cf5ef655ed77c8f7c797e3aab696dbe2e90aedfb | |
parent | c6cb3b5f368bae67c0b258cfebc0b9dbd8e1d929 [diff] |
[PATCH] powerpc: RTC memory corruption We should be memset'ing the data we are pointing to, not the pointer itself. This is in an error path so we probably don't hit it much. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Paul Mackerras <paulus@samba.org>