Re: [PATCH] net: dsa: bcm_sf2: simplify optional reset handling

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 5 Mar 2021 10:14:48 +0100 you wrote: > As of commit bb475230b8e5 ("reset: make optional functions really > optional"), the reset framework API calls use NULL pointers to describe > optional, non-present reset controls.

Re: [PATCH] net: dsa: bcm_sf2: simplify optional reset handling

2021-03-05 Thread Florian Fainelli
On 3/5/2021 1:14 AM, Philipp Zabel wrote: > As of commit bb475230b8e5 ("reset: make optional functions really > optional"), the reset framework API calls use NULL pointers to describe > optional, non-present reset controls. > > This allows to unconditionally return errors from > devm_reset_cont

[PATCH] net: dsa: bcm_sf2: simplify optional reset handling

2021-03-05 Thread Philipp Zabel
As of commit bb475230b8e5 ("reset: make optional functions really optional"), the reset framework API calls use NULL pointers to describe optional, non-present reset controls. This allows to unconditionally return errors from devm_reset_control_get_optional_exclusive. Signed-off-by: Philipp Zabel