commit | 5a5699472093562cf632f74f4211af2322809f7c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 13 19:39:18 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 15 18:42:05 2021 -0400 |
tree | a8613f175cdf1f176b9189a3508a4aa26be076a6 | |
parent | cd16085344f3e12226f302d231d5a0f9a8ba7609 [diff] |
video: Check return value in pwm_backlight_of_to_plat() This cannot actually fail, but check the value anyway to keep coverity happy. Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Coverity (CID: 316351)