From: Konrad Dybcio <hidden> Date: 2021-11-11 18:37:33
The source group count was mistakenly assigned to both dst and src loops.
Fix it to make IPA probe and work again.
Fixes: 4fd704b3608a ("net: ipa: record number of groups in data")
Acked-by: AngeloGioacchino Del Regno <redacted>
Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>
Signed-off-by: Konrad Dybcio <redacted>
---
Changes since v1:
- Add a "Fixes:" tag, R-b, A-b and fix up the commit message
drivers/net/ipa/ipa_resource.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Alex Elder <hidden> Date: 2021-11-11 21:25:29
On 11/11/21 12:37 PM, Konrad Dybcio wrote:
The source group count was mistakenly assigned to both dst and src loops.
Fix it to make IPA probe and work again.
Looks good. Oops.
Reviewed-by: Alex Elder <redacted>
quoted hunk
Fixes: 4fd704b3608a ("net: ipa: record number of groups in data")
Acked-by: AngeloGioacchino Del Regno <redacted>
Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>
Signed-off-by: Konrad Dybcio <redacted>
---
Changes since v1:
- Add a "Fixes:" tag, R-b, A-b and fix up the commit message
drivers/net/ipa/ipa_resource.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski [off-list ref]:
On Thu, 11 Nov 2021 19:37:24 +0100 you wrote:
The source group count was mistakenly assigned to both dst and src loops.
Fix it to make IPA probe and work again.
Fixes: 4fd704b3608a ("net: ipa: record number of groups in data")
Acked-by: AngeloGioacchino Del Regno <redacted>
Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>
Signed-off-by: Konrad Dybcio <redacted>
[...]