Loading net/qrtr/usb_dev.c +2 −2 Original line number Diff line number Diff line /* * Copyright (c) 2019, The Linux Foundation. All rights reserved. * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -83,7 +83,7 @@ static int qrtr_usb_dev_rx_thread_fn(void *data) if (bytes_read < 0) { dev_err(&qep->pdev->dev, "error in ipc read operation %d\n", bytes_read); break; continue; } dev_dbg(&qep->pdev->dev, "received message with len=%d\n", Loading Loading
net/qrtr/usb_dev.c +2 −2 Original line number Diff line number Diff line /* * Copyright (c) 2019, The Linux Foundation. All rights reserved. * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -83,7 +83,7 @@ static int qrtr_usb_dev_rx_thread_fn(void *data) if (bytes_read < 0) { dev_err(&qep->pdev->dev, "error in ipc read operation %d\n", bytes_read); break; continue; } dev_dbg(&qep->pdev->dev, "received message with len=%d\n", Loading