Staging: keucr driver: fix uninitialized variable & proper memset length
authorKonstantin Katuev <kkatuev@gmail.com>
Fri, 29 Oct 2010 01:18:18 +0000 (12:18 +1100)
committerGreg 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