-
Notifications
You must be signed in to change notification settings - Fork 56
wrong format for size_t in dev_dbg() #147
Open
Description
When compiling with -Wformat it arises in drivers/hid/ipts/cmd.c and drivers/hid/ipts/mei.c some warning about wrong printf format, where a %ld is used for a size_t type, instead of a %zu. Here is a patch to fix those casting warnings.
Activity
Metadata
Metadata
Assignees
Labels
No labels