Message ID | 20230923152107.283289-7-hverkuil-cisco@xs4all.nl |
---|---|
State | Accepted |
Commit | 7c051b680048e4d79c5c0457ca370c0c09f69709 |
Headers | show |
Series | [PATCHv2,01/23] media: allegro-dvt: increase buffer size in msg_type_name() | expand |
diff --git a/drivers/media/pci/cx18/cx18-driver.h b/drivers/media/pci/cx18/cx18-driver.h index 887d2aa36447..af05bde75816 100644 --- a/drivers/media/pci/cx18/cx18-driver.h +++ b/drivers/media/pci/cx18/cx18-driver.h @@ -631,7 +631,7 @@ struct cx18 { u32 hw2_irq_mask; struct workqueue_struct *in_work_queue; - char in_workq_name[11]; /* "cx18-NN-in" */ + char in_workq_name[39]; /* "cx18-NN-in" */ struct cx18_in_work_order in_work_order[CX18_MAX_IN_WORK_ORDERS]; char epu_debug_str[256]; /* CX18_EPU_DEBUG is rare: use shared space */