staging: comedi: s626: remove clear of kzalloc'ed data
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 24 Sep 2012 20:38:53 +0000 (13:38 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Sep 2012 16:37:32 +0000 (09:37 -0700)
commit98667bf7cc930c56f9257a8296d27a78eebac43f
treea7229b5eb1a7c52c750f8e4f6f55bdc9644e8f1a
parentdc598176bbd7dfbcfcd6177d14b10768c59effae
staging: comedi: s626: remove clear of kzalloc'ed data

The private data is kzalloc'ed. There is no need to set any
of the initial data to '0'.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/s626.c
This page took 0.02469 seconds and 5 git commands to generate.