Loading drivers/usb/gadget/function/u_bam_data.c +8 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-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 @@ -775,6 +775,13 @@ static void bam2bam_data_disconnect_work(struct work_struct *w) return; } if (port->last_event == U_BAM_DATA_CONNECT_E) { pr_debug("%s: Port is about to connect. Bail out.\n", __func__); spin_unlock_irqrestore(&port->port_lock, flags); return; } d = &port->data_ch; /* Loading Loading
drivers/usb/gadget/function/u_bam_data.c +8 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-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 @@ -775,6 +775,13 @@ static void bam2bam_data_disconnect_work(struct work_struct *w) return; } if (port->last_event == U_BAM_DATA_CONNECT_E) { pr_debug("%s: Port is about to connect. Bail out.\n", __func__); spin_unlock_irqrestore(&port->port_lock, flags); return; } d = &port->data_ch; /* Loading