Home
last modified time | relevance | path

Searched hist:ab4f71e519ddd06bde81289e74a22d23819befd1 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ipa/
H A Dipa_endpoint.cdiff ab4f71e519ddd06bde81289e74a22d23819befd1 Tue Sep 29 01:04:39 CEST 2020 Alex Elder <elder@linaro.org> net: ipa: kill unused status exceptions

Only the deaggregation status exception type is ever actually used.
If any other status exception type is reported we basically ignore
it, and consume the packet. Remove the unused definitions of status
exception type symbols; they can be added back when we actually
handle them.

Separately, two consecutive if statements test the same condition
near the top of ipa_endpoint_suspend_one(). Instead, use a single
test with a block that combines the previously-separate lines of
code.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>