commit | 92598bdbaef2c73566cd4a4ba8bd40889b0848ce | [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 | 9d9bec216d4207b3f3336eda2ca2ba73698574cb [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)