]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: comedi: pcmuio: kzalloc'ed data does not need cleared
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 18 Jun 2013 20:23:02 +0000 (13:23 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2013 22:51:02 +0000 (15:51 -0700)
commiteddb297edcba5ae1ff128a76e1984d5e9681ecf6
tree059b79f833bea361ed03accc241d930b83733663
parent43d70ce9ac772647baf8aadef1aa0f071bfe7f36
staging: comedi: pcmuio: kzalloc'ed data does not need cleared

The 'subpriv' pointer is kzalloc'ed during the attach.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/pcmuio.c