Searched hist:"5 bc5588466a1f8b48fb04f56c46474a30508a3d6" (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/ipa/ |
H A D | ipa_interrupt.c | diff 5bc5588466a1f8b48fb04f56c46474a30508a3d6 Mon Jul 26 12:40:10 CDT 2021 Alex Elder <elder@linaro.org> net: ipa: use WARN_ON() rather than assertions
I've added commented assertions to record certain properties that can be assumed to hold in certain places in the IPA code. Convert these into real WARN_ON() calls so the assertions are actually checked, using the standard WARN_ON() mechanism.
Where errors can be returned, return an error if a warning is triggered.
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | gsi_trans.c | diff 5bc5588466a1f8b48fb04f56c46474a30508a3d6 Mon Jul 26 12:40:10 CDT 2021 Alex Elder <elder@linaro.org> net: ipa: use WARN_ON() rather than assertions
I've added commented assertions to record certain properties that can be assumed to hold in certain places in the IPA code. Convert these into real WARN_ON() calls so the assertions are actually checked, using the standard WARN_ON() mechanism.
Where errors can be returned, return an error if a warning is triggered.
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ipa_reg.h | diff 5bc5588466a1f8b48fb04f56c46474a30508a3d6 Mon Jul 26 12:40:10 CDT 2021 Alex Elder <elder@linaro.org> net: ipa: use WARN_ON() rather than assertions
I've added commented assertions to record certain properties that can be assumed to hold in certain places in the IPA code. Convert these into real WARN_ON() calls so the assertions are actually checked, using the standard WARN_ON() mechanism.
Where errors can be returned, return an error if a warning is triggered.
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ipa_table.c | diff 5bc5588466a1f8b48fb04f56c46474a30508a3d6 Mon Jul 26 12:40:10 CDT 2021 Alex Elder <elder@linaro.org> net: ipa: use WARN_ON() rather than assertions
I've added commented assertions to record certain properties that can be assumed to hold in certain places in the IPA code. Convert these into real WARN_ON() calls so the assertions are actually checked, using the standard WARN_ON() mechanism.
Where errors can be returned, return an error if a warning is triggered.
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ipa_cmd.c | diff 5bc5588466a1f8b48fb04f56c46474a30508a3d6 Mon Jul 26 12:40:10 CDT 2021 Alex Elder <elder@linaro.org> net: ipa: use WARN_ON() rather than assertions
I've added commented assertions to record certain properties that can be assumed to hold in certain places in the IPA code. Convert these into real WARN_ON() calls so the assertions are actually checked, using the standard WARN_ON() mechanism.
Where errors can be returned, return an error if a warning is triggered.
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ipa_main.c | diff 5bc5588466a1f8b48fb04f56c46474a30508a3d6 Mon Jul 26 12:40:10 CDT 2021 Alex Elder <elder@linaro.org> net: ipa: use WARN_ON() rather than assertions
I've added commented assertions to record certain properties that can be assumed to hold in certain places in the IPA code. Convert these into real WARN_ON() calls so the assertions are actually checked, using the standard WARN_ON() mechanism.
Where errors can be returned, return an error if a warning is triggered.
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ipa_endpoint.c | diff 5bc5588466a1f8b48fb04f56c46474a30508a3d6 Mon Jul 26 12:40:10 CDT 2021 Alex Elder <elder@linaro.org> net: ipa: use WARN_ON() rather than assertions
I've added commented assertions to record certain properties that can be assumed to hold in certain places in the IPA code. Convert these into real WARN_ON() calls so the assertions are actually checked, using the standard WARN_ON() mechanism.
Where errors can be returned, return an error if a warning is triggered.
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|