diff options
-rw-r--r-- | drivers/input/misc/ims-pcu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/ims-pcu.c b/drivers/input/misc/ims-pcu.c index ae473123583b..3d51175c4d72 100644 --- a/drivers/input/misc/ims-pcu.c +++ b/drivers/input/misc/ims-pcu.c | |||
@@ -1651,7 +1651,7 @@ ims_pcu_get_cdc_union_desc(struct usb_interface *intf) | |||
1651 | return union_desc; | 1651 | return union_desc; |
1652 | 1652 | ||
1653 | dev_err(&intf->dev, | 1653 | dev_err(&intf->dev, |
1654 | "Union descriptor to short (%d vs %zd\n)", | 1654 | "Union descriptor too short (%d vs %zd)\n", |
1655 | union_desc->bLength, sizeof(*union_desc)); | 1655 | union_desc->bLength, sizeof(*union_desc)); |
1656 | return NULL; | 1656 | return NULL; |
1657 | } | 1657 | } |