Loading drivers/esoc/esoc-mdm-dbg-eng.c +2 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2015, 2017-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2015, 2017-2019, The Linux Foundation. All rights reserved. */ #include <linux/atomic.h> #include <linux/device.h> Loading Loading @@ -262,7 +262,7 @@ static ssize_t last_esoc_req_show(struct device_driver *drv, char *buf) { unsigned int i; unsigned long flags; size_t count; size_t count = 0; spin_lock_irqsave(&req_lock, flags); for (i = 0; i < ARRAY_SIZE(req_to_str); i++) { Loading sound/usb/usb_audio_qmi_svc.c +2 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. */ #include <linux/module.h> Loading Loading @@ -1229,7 +1229,7 @@ static void uaudio_qmi_bye_cb(struct qmi_handle *handle, unsigned int node) { struct uaudio_qmi_svc *svc = uaudio_svc; uaudio_dbg("node:\n", node); uaudio_dbg("client node:%x\n", node); if (svc->uaudio_svc_hdl != handle) { uaudio_err("handle mismatch\n"); return; Loading Loading
drivers/esoc/esoc-mdm-dbg-eng.c +2 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2015, 2017-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2015, 2017-2019, The Linux Foundation. All rights reserved. */ #include <linux/atomic.h> #include <linux/device.h> Loading Loading @@ -262,7 +262,7 @@ static ssize_t last_esoc_req_show(struct device_driver *drv, char *buf) { unsigned int i; unsigned long flags; size_t count; size_t count = 0; spin_lock_irqsave(&req_lock, flags); for (i = 0; i < ARRAY_SIZE(req_to_str); i++) { Loading
sound/usb/usb_audio_qmi_svc.c +2 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. */ #include <linux/module.h> Loading Loading @@ -1229,7 +1229,7 @@ static void uaudio_qmi_bye_cb(struct qmi_handle *handle, unsigned int node) { struct uaudio_qmi_svc *svc = uaudio_svc; uaudio_dbg("node:\n", node); uaudio_dbg("client node:%x\n", node); if (svc->uaudio_svc_hdl != handle) { uaudio_err("handle mismatch\n"); return; Loading