commit | 66eba76763fd5689a1e2102d13b7da24cb61974f | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Thu Jul 02 06:25:34 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 02 14:31:20 2020 -0700 |
tree | 83121477822aea1c81c3558ecf37ab75d49718cc | |
parent | 4e1a69116869b26d244c2522bd1631967b62ffce [diff] |
net: ipa: move version test inside ipa_endpoint_program_delay() IPA version 4.2 has a hardware quirk that affects endpoint delay mode, so it isn't used there. Isolate the test that avoids using delay mode for that version inside ipa_endpoint_program_delay(), rather than making that check in the caller. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>