summaryrefslogtreecommitdiff
path: root/doc/develop/bootstd/extlinux.rst
diff options
context:
space:
mode:
authorHenrik Grimler <[email protected]>2024-09-10 20:37:18 +0200
committerMinkyu Kang <[email protected]>2024-11-05 14:26:13 +0900
commite5565c24bb49f477c4326d2b5275ed88b50af1ef (patch)
treea2ac8d2d91b338386f0e967923e7e7e3ad10f64d /doc/develop/bootstd/extlinux.rst
parent56accc56b9aab87ef4809ccc588e1257969cd271 (diff)
pinctrl: exynos: fix type of count integer
unsigned int count is used to capture return of dev_read_string_count. When an error occurs dev_read_string_count returns -ve, which can hence not be handled correctly. Use int instead of unsigned int so that errors are detected. Fixes: 16ca80adc551 ("pinctrl: Add pinctrl driver support for Exynos7420 SoC") Signed-off-by: Henrik Grimler <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'doc/develop/bootstd/extlinux.rst')
0 files changed, 0 insertions, 0 deletions