diff options
author | Jeffrey Hugo <[email protected]> | 2019-11-06 15:05:11 -0800 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2019-12-10 22:44:34 -0800 |
commit | 52af26e33e700158e6549f1465fcf9da099fabfa (patch) | |
tree | c02e5d449625dc0cd4cd232db9cbd224e22e687d /tools/perf/scripts/python | |
parent | e42617b825f8073569da76dc4510bfa019b1c35a (diff) |
soc: qcom: qmi: Return EPROBE_DEFER if no address family
If a client comes up early in the boot process (perhaps was a built-in
driver), qmi_handle_init() will likely fail with a EAFNOSUPPORT since the
underlying ipc router hasn't init'd and registered the address family.
This should not be a fatal error since chances are, the router will come
up later, so recode the error to EPROBE_DEFER so that clients will retry
later.
Signed-off-by: Jeffrey Hugo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions