Loading drivers/tty/serial/msm_geni_serial.c +2 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2016-2021, The Linux Foundation. All rights reserved. * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. */ #include <linux/bitmap.h> Loading Loading @@ -3601,6 +3601,7 @@ static int msm_geni_serial_remove(struct platform_device *pdev) if (!uart_console(&port->uport)) { wakeup_source_unregister(port->geni_wake); port->geni_wake = NULL; flush_workqueue(port->qwork); destroy_workqueue(port->qwork); } Loading Loading
drivers/tty/serial/msm_geni_serial.c +2 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2016-2021, The Linux Foundation. All rights reserved. * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. */ #include <linux/bitmap.h> Loading Loading @@ -3601,6 +3601,7 @@ static int msm_geni_serial_remove(struct platform_device *pdev) if (!uart_console(&port->uport)) { wakeup_source_unregister(port->geni_wake); port->geni_wake = NULL; flush_workqueue(port->qwork); destroy_workqueue(port->qwork); } Loading