Hello:
This patch was applied to netdev/net.git (master) by Paolo Abeni pabeni@redhat.com:
On Wed, 14 Dec 2022 10:51:18 +0000 you wrote:
This patch fixes the error "ravb 11c20000.ethernet eth0: failed to switch device to config mode" during unbind.
We are doing register access after pm_runtime_put_sync().
We usually do cleanup in reverse order of init. Currently in remove(), the "pm_runtime_put_sync" is not in reverse order.
[...]
Here is the summary with links: - [net,v2] ravb: Fix "failed to switch device to config mode" message during unbind https://git.kernel.org/netdev/net/c/c72a7e42592b
You are awesome, thank you!
On 12/15/22 5:40 PM, patchwork-bot+netdevbpf@kernel.org wrote:
Hello:
This patch was applied to netdev/net.git (master) by Paolo Abeni pabeni@redhat.com:
On Wed, 14 Dec 2022 10:51:18 +0000 you wrote:
This patch fixes the error "ravb 11c20000.ethernet eth0: failed to switch device to config mode" during unbind.
We are doing register access after pm_runtime_put_sync().
We usually do cleanup in reverse order of init. Currently in remove(), the "pm_runtime_put_sync" is not in reverse order.
[...]
Here is the summary with links:
- [net,v2] ravb: Fix "failed to switch device to config mode" message during unbind https://git.kernel.org/netdev/net/c/c72a7e42592b
You are awesome, thank you!
Oops, was going to review the patch tonight, now that I'm back from the hospitals.
MBR, Sergey
linux-stable-mirror@lists.linaro.org