Searched hist:a442b3c7554898ffafbc77ff49b08ec224caabd8 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ipa/ |
H A D | gsi.c | diff a442b3c7554898ffafbc77ff49b08ec224caabd8 Tue Jun 30 07:58:44 CDT 2020 Alex Elder <elder@linaro.org> net: ipa: always report GSI state errors
We check the state of an event ring or channel both before and after any GSI command issued that will change that state. In most--but not all--cases, if the state is something different than expected we report an error message.
Add error messages where missing, so that all unexpected states provide information about what went wrong. Drop the parentheses around the state value shown in all cases.
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|