mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
Use core driver model helper dev_err_probe() defined at
drivers/base/core.c in driver probe path to propagate errors.
standardize and improve the code of deferred probe error handling
using this helper for ingenic usb phy driver.
Inspired by,
commit
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| phy-ingenic-usb.c | ||