Loading drivers/soc/qcom/qbt_handler.c +3 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved. */ #define DEBUG Loading Loading @@ -371,6 +371,8 @@ static long qbt_ioctl( { struct qbt_wuhb_connected_status wuhb_connected_status; memset(&wuhb_connected_status, 0, sizeof(wuhb_connected_status)); wuhb_connected_status.is_wuhb_connected = drvdata->is_wuhb_connected; rc = copy_to_user((void __user *)priv_arg, Loading Loading
drivers/soc/qcom/qbt_handler.c +3 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved. */ #define DEBUG Loading Loading @@ -371,6 +371,8 @@ static long qbt_ioctl( { struct qbt_wuhb_connected_status wuhb_connected_status; memset(&wuhb_connected_status, 0, sizeof(wuhb_connected_status)); wuhb_connected_status.is_wuhb_connected = drvdata->is_wuhb_connected; rc = copy_to_user((void __user *)priv_arg, Loading