From: Fengguang Wu Date: Sun, 7 Dec 2014 19:04:38 +0000 (+0800) Subject: Bluetooth: fix err_cast.cocci warnings X-Git-Tag: omap-for-v3.19/fixes-rc1~39^2~17^2~6^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe7007719742e4c0c1255e2f45bdd4ed97afc369;p=pandora-kernel.git Bluetooth: fix err_cast.cocci warnings net/bluetooth/smp.c:2650:9-16: WARNING: ERR_CAST can be used with tfm_aes Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) Generated by: scripts/coccinelle/api/err_cast.cocci Signed-off-by: Fengguang Wu Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed