aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod
diff options
context:
space:
mode:
authorChristoph Jaeger <christophjaeger@linux.com>2013-08-20 15:33:18 +0930
committerRusty Russell <rusty@rustcorp.com.au>2013-08-20 15:37:28 +0930
commit79ac6834c255d9e3832209f3738d6bff7b87c743 (patch)
tree8dbd5a12aa780a450f67533e3f4ec75a83ac7bfe /scripts/mod
parentLinux 3.11-rc1 (diff)
downloadlinux-dev-79ac6834c255d9e3832209f3738d6bff7b87c743.tar.xz
linux-dev-79ac6834c255d9e3832209f3738d6bff7b87c743.zip
module: fix sprintf format specifier in param_get_byte()
In param_get_byte(), to which the macro STANDARD_PARAM_DEF(byte, ...) expands, "%c" is used to print an unsigned char. So it gets printed as a character what is not intended here. Use "%hhu" instead. [Rusty: note drivers which would be effected: drivers/net/wireless/cw1200/main.c drivers/ntb/ntb_transport.c:68 drivers/scsi/lpfc/lpfc_attr.c drivers/usb/atm/speedtch.c drivers/usb/gadget/g_ffs.c ] Acked-by: Jon Mason <jon.mason@intel.com> (for ntb) Acked-by: Michal Nazarewicz <mina86@mina86.com> (for g_ffs.c) Signed-off-by: Christoph Jaeger <christophjaeger@linux.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'scripts/mod')
0 files changed, 0 insertions, 0 deletions