• Alex Elder's avatar
    net: ipa: fix an incorrect assignment · ecfa80ce
    Alex Elder authored
    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: edc6158b ("net: ipa: define fields for event-ring related registers")
    Signed-off-by: default avatarAlex Elder <elder@linaro.org>
    Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
    ecfa80ce
gsi.c 67.8 KB