summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRasmus Villemoes <[email protected]>2023-04-19 12:10:13 +0200
committerTom Rini <[email protected]>2023-04-25 15:31:28 -0400
commit0fac5c47e4b82b78740264fd4ca53cd2ab28b34e (patch)
treedbf7ecd8171ef349574d5f35a66777e0b39033ed /doc
parentb411ba921005f8aa7978dbd1c5fee630c4af298d (diff)
gpio-uclass: fix off-by-one in gpio_request_list_by_name_nodev()
By the time we jump to the err label, count represents the number of gpios we've successfully requested. So by subtracting one, we fail to free the most recently requested. Signed-off-by: Rasmus Villemoes <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions