Skip to content

Commit f7cc497

Browse files
committed
drivers/char: Remove ununsed variable
drivers/char/adsprpc.c:3942:25: error: unused variable 'req_complete' [-Werror,-Wunused-variable] int size = 0, err = 0, req_complete = 0; ^
1 parent e109971 commit f7cc497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/char/adsprpc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3939,7 +3939,7 @@ static long fastrpc_device_ioctl(struct file *file, unsigned int ioctl_num,
39393939
} i;
39403940
void *param = (char *)ioctl_param;
39413941
struct fastrpc_file *fl = (struct fastrpc_file *)file->private_data;
3942-
int size = 0, err = 0, req_complete = 0;
3942+
int size = 0, err = 0;
39433943
uint32_t info;
39443944

39453945
VERIFY(err, fl != NULL);

0 commit comments

Comments
 (0)