mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
Introduce usage of dev_err_probe in probe routine, which makes the code slightly more readable and removes some lines of code. It also removes PROBE_DEFER errors being logged by default. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>