mirror of
https://github.com/torvalds/linux.git
synced 2026-05-14 17:32:42 +02:00
response_msg is a pointer to an unsigned int (u32). So passing just
response_msg to sizeof would not print the size of the variable. To get
the size of response_msg we need to pass it as a pointer variable.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| mpfs-auto-update.c | ||