git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
163642a
)
drivers/net/ibmveth.c: memset fix
author
Mariusz Kozlowski
<m.kozlowski@tuxland.pl>
Mon, 6 Aug 2007 21:44:03 +0000
(23:44 +0200)
committer
Jeff Garzik
<jeff@garzik.org>
Tue, 7 Aug 2007 21:36:20 +0000
(17:36 -0400)
> >> Looks like memset() is zeroing wrong nr of bytes.
> >
> > Good catch, however, I think we can just remove this memset altogether
> > since the memory gets allocated via kzalloc.
>
> Correct, that memset() is superfluous.
Ok. Then this should do it.
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
drivers/net/ibmveth.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/ibmveth.c
patch
|
blob
|
history
diff --cc
drivers/net/ibmveth.c
Simple merge