Skip to content
  • Alex Elder's avatar
    993cac15
    net: ipa: fix two mild warnings · 993cac15
    Alex Elder authored
    
    
    Fix two spots where a variable "channel_id" is unnecessarily
    redefined inside loops in "gsi.c".  This is warned about if
    "W=2" is added to the build command.
    
    Note that this problem is harmless, so there's no need to backport
    it as a bugfix.
    
    Remove a comment in gsi_init() about waking the system; the GSI
    interrupt does not wake the system any more.
    
    Signed-off-by: default avatarAlex Elder <elder@linaro.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    993cac15
    net: ipa: fix two mild warnings
    Alex Elder authored
    
    
    Fix two spots where a variable "channel_id" is unnecessarily
    redefined inside loops in "gsi.c".  This is warned about if
    "W=2" is added to the build command.
    
    Note that this problem is harmless, so there's no need to backport
    it as a bugfix.
    
    Remove a comment in gsi_init() about waking the system; the GSI
    interrupt does not wake the system any more.
    
    Signed-off-by: default avatarAlex Elder <elder@linaro.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Loading