]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
Bluetooth: Use devm_kzalloc in dtl1_cs.c file
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 27 Jul 2012 07:08:41 +0000 (12:38 +0530)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 6 Aug 2012 18:03:02 +0000 (15:03 -0300)
commitcd7cf78e9bef269ed482ad8ab572f197ae89af3c
tree4e4658b40dac512930f74dcde854bb944c43096f
parent4f8d81584964730b08753da34f1e3fb7981cf742
Bluetooth: Use devm_kzalloc in dtl1_cs.c file

devm_kzalloc() eliminates the need to free memory explicitly
thereby saving some cleanup code.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
drivers/bluetooth/dtl1_cs.c