Loading drivers/char/adsprpc.c +1 −1 Original line number Diff line number Diff line Loading @@ -6062,7 +6062,7 @@ static long fastrpc_device_ioctl(struct file *file, unsigned int ioctl_num, goto bail; spin_lock(&fl->hlock); if (fl->file_close == FASTRPC_PROCESS_EXIT_START) { if (fl->file_close >= FASTRPC_PROCESS_EXIT_START) { err = -ESHUTDOWN; pr_warn("adsprpc: fastrpc_device_release is happening, So not sending any new requests to DSP\n"); spin_unlock(&fl->hlock); Loading Loading
drivers/char/adsprpc.c +1 −1 Original line number Diff line number Diff line Loading @@ -6062,7 +6062,7 @@ static long fastrpc_device_ioctl(struct file *file, unsigned int ioctl_num, goto bail; spin_lock(&fl->hlock); if (fl->file_close == FASTRPC_PROCESS_EXIT_START) { if (fl->file_close >= FASTRPC_PROCESS_EXIT_START) { err = -ESHUTDOWN; pr_warn("adsprpc: fastrpc_device_release is happening, So not sending any new requests to DSP\n"); spin_unlock(&fl->hlock); Loading