From 68584a00b6e4750c68c715091d806810154cef86 Mon Sep 17 00:00:00 2001 From: Radostan Riedel Date: Fri, 26 Jan 2018 21:55:36 +0100 Subject: [PATCH] amlogic/bluetooth: Turn BT device on after probe --- drivers/amlogic/bluetooth/bt_device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/amlogic/bluetooth/bt_device.c b/drivers/amlogic/bluetooth/bt_device.c index c926f13..add4ad9 100644 --- a/drivers/amlogic/bluetooth/bt_device.c +++ b/drivers/amlogic/bluetooth/bt_device.c @@ -326,6 +326,7 @@ static int bt_probe(struct platform_device *pdev) register_early_suspend(&bt_early_suspend); #endif + bt_device_on(pdata); return 0; err_rfkill: -- 2.7.4