Loading drivers/soc/qcom/qdss_bridge.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2017-2018, 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 @@ -245,7 +245,7 @@ static void usb_notifier(void *priv, unsigned int event, switch (event) { case USB_QDSS_CONNECT: usb_qdss_alloc_req(drvdata->usb_ch, poolsize, 0); usb_qdss_alloc_req(ch, poolsize, 0); mhi_queue_read(drvdata); break; Loading Loading
drivers/soc/qcom/qdss_bridge.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2017-2018, 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 @@ -245,7 +245,7 @@ static void usb_notifier(void *priv, unsigned int event, switch (event) { case USB_QDSS_CONNECT: usb_qdss_alloc_req(drvdata->usb_ch, poolsize, 0); usb_qdss_alloc_req(ch, poolsize, 0); mhi_queue_read(drvdata); break; Loading