diff options
author | Alex Elder | 2023-02-08 14:56:45 -0600 |
---|---|---|
committer | Greg Kroah-Hartman | 2023-03-10 09:33:02 +0100 |
commit | 8f36f6e5770e059d321e06318b35a2256e042ddb (patch) | |
tree | b2573642dd6d5429071faa11417dd04257b363d9 /drivers/s390 | |
parent | 720b2d5621ae2f02ee78ccd3910bd468d59d769e (diff) |
net: ipa: generic command param fix
[ Upstream commit 2df181f09c961377a55510a864216d48d787fe49 ]
Starting at IPA v4.11, the GSI_GENERIC_COMMAND GSI register got a
new PARAMS field. The code that encodes a value into that field
sets it unconditionally, which is wrong.
We currently only provide 0 as the field's value, so this error has
no real effect. Still, it's a bug, so let's fix it.
Fix an (unrelated) incorrect comment as well. Fields in the
ERROR_LOG GSI register actually *are* defined for IPA versions
prior to v3.5.1.
Fixes: fe68c43ce388 ("net: ipa: support enhanced channel flow control")
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/s390')
0 files changed, 0 insertions, 0 deletions