summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-max732x.c
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2015-01-22 00:33:45 +0300
committerLinus Walleij <linus.walleij@linaro.org>2015-01-30 16:43:04 +0300
commit9e089246a53cce0e14f04fb24de0e1bc62ec5400 (patch)
treec4aa8567014cdc23f1b0afa29af4bd88d3f9c423 /drivers/gpio/gpio-max732x.c
parent161af6cd899508506ac5df101af7e569f28aa0e6 (diff)
downloadlinux-9e089246a53cce0e14f04fb24de0e1bc62ec5400.tar.xz
gpio: use sizeof() instead of hardcoded values
gpiolib uses a fixed string for the suffixes and defines it at 32 bytes. Later in the code snprintf is used with this fixed value of 32. Using sizeof() is safer in case the size for the suffixes is ever changed. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-max732x.c')
0 files changed, 0 insertions, 0 deletions