Tag: fe7007719742e4c0c1255e2f45bdd4ed97afc369

Bluetooth: fix err_cast.cocci warnings

Author: Fengguang Wu <fengguang.wu@intel.com> 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 — net/bluetooth/smp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)   diff –git a/net/bluetooth/smp.c b/net/bluetooth/smp.c index 3e174f9..0448985 100644 — a/net/bluetooth/smp.c +++ b/net/bluetooth/smp.c @@ -2931,7 +2931,7 …

Continue reading