commit | 6de6a64f23a67c16369f3d02c914e10df14c7332 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <[email protected]> | Fri Dec 03 12:58:08 2021 +0300 |
committer | Greg Kroah-Hartman <[email protected]> | Fri Apr 08 14:40:06 2022 +0200 |
tree | 5b9698d8b318a4b75dcf96b79cdfa4d5275ec612 | |
parent | 64ec3e678d76419f207b9cdd338dda438ca10b1c [diff] |
video: fbdev: atmel_lcdfb: fix an error code in atmel_lcdfb_probe() [ Upstream commit fee5c1e4b789e41719af9fee0e2dd397cd31988f ] If "sinfo->config" is not found, then return -ENODEV. Don't return success. Fixes: b985172b328a ("video: atmel_lcdfb: add device tree suport") Signed-off-by: Dan Carpenter <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Signed-off-by: Helge Deller <[email protected]> Signed-off-by: Sasha Levin <[email protected]>