]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Input: colibri-vf50-ts - make use of the helper function dev_err_probe()
authorCai Huoqing <caihuoqing@baidu.com>
Thu, 16 Sep 2021 15:31:48 +0000 (23:31 +0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 19 Aug 2024 17:22:56 +0000 (10:22 -0700)
commit105a0c76fd0c576ce1d865d5a0acf3be75900937
treecfb5c1b64c2a09d81a46385257d014fc49d1988f
parented7687c75fc905a2ff4a95767c44d277dafd718b
Input: colibri-vf50-ts - 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>
Link: https://lore.kernel.org/r/20210916153148.14045-1-caihuoqing@baidu.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/colibri-vf50-ts.c