Re: [PATCH net v2] net: ipa: set error code in gsi_channel_setup()

2021-02-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 3 Feb 2021 19:06:55 -0600 you wrote: > In gsi_channel_setup(), we check to see if the configuration data > contains any information about channels that are not supported by > the hardware. If one is found, we abort the

[PATCH net v2] net: ipa: set error code in gsi_channel_setup()

2021-02-03 Thread Alex Elder
In gsi_channel_setup(), we check to see if the configuration data contains any information about channels that are not supported by the hardware. If one is found, we abort the setup process, but the error code (ret) is not set in this case. Fix this bug. Fixes: 650d1603825d8 ("soc: qcom: ipa: th