Skip to content
Snippets Groups Projects
Commit 248b5701 authored by Kangjie Lu's avatar Kangjie Lu Committed by Jacek Anaszewski
Browse files

leds: lp5523: fix a missing check of return value of lp55xx_read


When lp55xx_read() fails, "status" is an uninitialized variable and thus
may contain random value; using it leads to undefined behaviors.

The fix inserts a check for the return value of lp55xx_read: if it
fails, returns with its error code.

Signed-off-by: default avatarKangjie Lu <kjlu@umn.edu>
Signed-off-by: default avatarJacek Anaszewski <jacek.anaszewski@gmail.com>
parent bfeffd15
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment