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:
c3444e5
)
Staging: keucr driver: fix uninitialized variable & proper memset length
author
Konstantin Katuev
<kkatuev@gmail.com>
Fri, 29 Oct 2010 01:18:18 +0000
(12:18 +1100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 11 Nov 2010 00:33:57 +0000
(16:33 -0800)
There was commented out transfer_flags initialization.
And i think memset should fill entire structure, not only length of
pointer to it.
This makes the driver work properly now on my hardware.
Signed-off-by: Konstantin Katuev <kkatuev@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found