We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d68240 commit 218f8d5Copy full SHA for 218f8d5
drivers/platform/msm/ipa/ipa_v2/ipa_rt.c
@@ -63,7 +63,7 @@ int __ipa_generate_rt_hw_rule_v2(enum ipa_ip_type ip,
63
pipe_idx = ipa2_get_ep_mapping(entry->rule.dst);
64
if (pipe_idx == -1) {
65
IPAERR("Wrong destination pipe specified in RT rule\n");
66
- WARN_ON(1);
+ WARN_ON_ONCE(1);
67
return -EPERM;
68
}
69
if (!IPA_CLIENT_IS_CONS(entry->rule.dst)) {
0 commit comments