Loading drivers/char/adsprpc.c +3 −2 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ #define VMID_ADSP_Q6 6 #define RPC_TIMEOUT (5 * HZ) #define OPEN_TIMEOUT (0.5 * HZ) #define BALIGN 128 #define NUM_CHANNELS 3 /*1 compute 1 cpz 1 mdsp*/ #define NUM_SESSIONS 8 /*8 compute*/ Loading Loading @@ -2010,9 +2011,9 @@ static int fastrpc_device_open(struct inode *inode, struct file *filp) if (me->pending_free) { event = wait_event_interruptible_timeout(wait_queue, !me->pending_free, RPC_TIMEOUT); !me->pending_free, OPEN_TIMEOUT); if (event == 0) pr_err("timed out..list is still not empty\n"); pr_err("fastrpc:timed out..list is still not empty\n"); } VERIFY(err, fl = kzalloc(sizeof(*fl), GFP_KERNEL)); Loading Loading
drivers/char/adsprpc.c +3 −2 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ #define VMID_ADSP_Q6 6 #define RPC_TIMEOUT (5 * HZ) #define OPEN_TIMEOUT (0.5 * HZ) #define BALIGN 128 #define NUM_CHANNELS 3 /*1 compute 1 cpz 1 mdsp*/ #define NUM_SESSIONS 8 /*8 compute*/ Loading Loading @@ -2010,9 +2011,9 @@ static int fastrpc_device_open(struct inode *inode, struct file *filp) if (me->pending_free) { event = wait_event_interruptible_timeout(wait_queue, !me->pending_free, RPC_TIMEOUT); !me->pending_free, OPEN_TIMEOUT); if (event == 0) pr_err("timed out..list is still not empty\n"); pr_err("fastrpc:timed out..list is still not empty\n"); } VERIFY(err, fl = kzalloc(sizeof(*fl), GFP_KERNEL)); Loading