commit | 22e3b314302c004bb216ed742e912e866b6d31a6 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Fri Mar 19 10:24:19 2021 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 19 13:35:54 2021 -0700 |
tree | 44e28bbc930593e4f2fd7fa4b74ec0a270807a1d | |
parent | e4a9f45b0be5904b7f21b2da29b9f596f80fe95b [diff] |
net: ipa: fix canary count for SC7180 UC_INFO region There should be no canary values written before the beginning of the UC_INFO memory region. This was correct for SDM845, but somehow was committed with the wrong value for SC7180. This bug seems to cause no harm, so we'll just correct it without back-porting. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>