From: Johan Hedberg Date: Mon, 2 Dec 2013 08:49:03 +0000 (+0200) Subject: Bluetooth: Remove useless smp_rand function X-Git-Tag: v3.14-rc1~94^2~482^2^2~42^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e84a6b139bdd3af2914f194ff840b1a36fa55598;p=pandora-kernel.git Bluetooth: Remove useless smp_rand function This function was always just making a single get_random_bytes() call and always returning the value 0. It's simpler to just call get_random_bytes() directly where needed. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed