Re: [PATCH net-next 9/9] net: pse-pd: Add PD692x0 PSE controller driver
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-11-22 17:50:06
Also in:
linux-devicetree, linux-doc, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-11-22 17:50:06
Also in:
linux-devicetree, linux-doc, lkml
I would say it never supposed to happen. I never faced the issue playing with the controller. The first communication is a simple i2c_master_recv of the controller status without entering the pd692x0_sendrecv_msg function, therefore it won't be an issue.
Great. Do a pr_info() or similar and keep holding the lock. KISS.
Andrew