From: Marcel Holtmann Date: Mon, 16 Mar 2015 08:10:18 +0000 (-0700) Subject: Bluetooth: Use kzfree instead of kfree in security manager X-Git-Tag: omap-for-v4.2/o2_dc~131^2~204^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=276812ec3e945493443e399921a07e9d6aa4d5b2;p=pandora-kernel.git Bluetooth: Use kzfree instead of kfree in security manager Within the security manager, it makes sense to use kzfree instead of kfree for all data structures. This ensures that no key material leaks by accident. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed