diff options
author | Alex Elder <elder@linaro.org> | 2023-02-15 22:53:47 +0300 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2023-02-20 10:14:20 +0300 |
commit | ecfa80ce3b8740d0760f44cbd9e60f446682b3fa (patch) | |
tree | b0d23f6b9234118294a1911ada90a2cf19c1eb98 /drivers/regulator/max14577-regulator.c | |
parent | 1c93e48cc39147723abdcadc251611f6f0c18dee (diff) | |
download | linux-ecfa80ce3b8740d0760f44cbd9e60f446682b3fa.tar.xz |
net: ipa: fix an incorrect assignment
I spotted an error in a patch posted this week, unfortunately just
after it got accepted. The effect of the bug is that time-based
interrupt moderation is disabled. This is not technically a bug,
but it is not what is intended. The problem is that a |= assignment
got implemented as a simple assignment, so the previously assigned
value was ignored.
Fixes: edc6158b18af ("net: ipa: define fields for event-ring related registers")
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/regulator/max14577-regulator.c')
0 files changed, 0 insertions, 0 deletions