• Alex Elder's avatar
    net: ipa: zero return code before issuing generic EE command · 0b1ba18a
    Alex Elder authored
    Zero the result code stored in a field of the scratch 0 register
    before issuing a generic EE command.  This just guarantees that
    the value we read later was actually written as a result of the
    command.
    
    Also add the definitions of two more possible result codes that can
    be returned when issuing flow control enable or disable commands:
      INCORRECT_CHANNEL_STATE: - channel must be in started state
      INCORRECT_DIRECTION - flow control is only valid for TX channels
    Signed-off-by: default avatarAlex Elder <elder@linaro.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    0b1ba18a
gsi.c 58.7 KB