Home
last modified time | relevance | path

Searched hist:"626 e021dab759df83ff575998e679276717f0a11" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dpxa3xx-gcu.cdiff 626e021dab759df83ff575998e679276717f0a11 Thu Sep 16 23:22:09 CDT 2021 Cai Huoqing <caihuoqing@baidu.com> video: fbdev: pxa3xx-gcu: Make use of the helper function dev_err_probe()

When possible use dev_err_probe help to properly deal with the
PROBE_DEFER error, the benefit is that DEFER issue will be logged
in the devices_deferred debugfs file.
Using dev_err_probe() can reduce code size, and the error value
gets printed.

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: Helge Deller <deller@gmx.de>