summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/atmel_mxt_ts.c
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-07-24 11:30:15 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-09-20 16:58:16 +0200
commitb203d192da6ffdf0ce66689df97ac1a0719b1e85 (patch)
tree766a7c8c41c2ab4f60ea2304a44d7b05934179d1 /drivers/input/touchscreen/atmel_mxt_ts.c
parent0d3d48f0ef968ab1cc196d79c97dfdcd28995b87 (diff)
tegra_udc.c: fix compilation with gcc 7
With gcc 7 the following compile time error occurs: | .../drivers/usb/gadget/tegra_udc.c:2565:17: error: 'out' directive writing 3 bytes into a region of size between 2 and 11 [-Werror=format-overflow=] | sprintf(name, "ep%dout", i); | ^~~~~~~~~ | .../drivers/usb/gadget/tegra_udc.c:2565:3: note: 'sprintf' output between 7 and 16 bytes into a destination of size 14 | sprintf(name, "ep%dout", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ The last end point will never be greater than 32 but the compiler can not find this out from the code. Work around this by passing a format specifier to interpreat i as a signed char. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'drivers/input/touchscreen/atmel_mxt_ts.c')
0 files changed, 0 insertions, 0 deletions