]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: dgnc: remove redundant memset call
authorDaeseok Youn <daeseok.youn@gmail.com>
Thu, 3 Jul 2014 10:13:39 +0000 (19:13 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jul 2014 19:07:30 +0000 (12:07 -0700)
commitf420c6c8e88cb25811b9f5acc99d843ede153aaf
treef73f23aab61f8b152575e936085b504537c31cd8
parent354579c2eed32c25ae8e65b94b058a9dad2df072
staging: dgnc: remove redundant memset call

The brd is allocated by kzalloc() in dgnc_found_board()
so do not need to set 0 to member variable.

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_tty.c