Skip to content

Commit 5a68172

Browse files
author
Jiri Kosina
committed
Merge branch 'for-6.14/uclogic' into for-linus
- minor code cleanup (Colin Ian King)
2 parents e24e31e + c7571e1 commit 5a68172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/hid-uclogic-params.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ static int uclogic_params_huion_init(struct uclogic_params *params,
842842
__u8 *params_ptr = NULL;
843843
size_t params_len = 0;
844844
/* Parameters string descriptor of a model with touch ring (HS610) */
845-
const __u8 touch_ring_model_params_buf[] = {
845+
static const __u8 touch_ring_model_params_buf[] = {
846846
0x13, 0x03, 0x70, 0xC6, 0x00, 0x06, 0x7C, 0x00,
847847
0xFF, 0x1F, 0xD8, 0x13, 0x03, 0x0D, 0x10, 0x01,
848848
0x04, 0x3C, 0x3E

0 commit comments

Comments
 (0)