diff options
| author | Al Viro <[email protected]> | 2007-01-23 12:25:08 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-01-23 11:09:49 -0800 |
| commit | 4384247b6910df91049f8d0bbd5c1075898ac290 (patch) | |
| tree | 954249cc28ac8bd3cfc5f61de344d92dc58687f5 /scripts/patch-kernel | |
| parent | 0a3c4bdc1b197a7d37fc75643a68daf45fe0a7cc (diff) | |
[PATCH] s2io bogus memset
memset() after kmalloc() on size * 8 would better be on size * 8, not
just size; fixed by switching to kcalloc() - it's more idiomatic anyway.
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions