From: Radostan Riedel Date: Fri, 26 Jan 2018 20:55:36 +0000 (+0100) Subject: amlogic/bluetooth: Turn BT device on after probe X-Git-Tag: khadas-vims-v0.9.6-release~555 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68584a00b6e4750c68c715091d806810154cef86;p=platform%2Fkernel%2Flinux-amlogic.git amlogic/bluetooth: Turn BT device on after probe --- 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: