Re: [RFC PATCH 07/13] mux: mmio: Only complain about idle-states if it is malformed

2021-02-05 Thread Sean Anderson
On 2/5/21 6:06 AM, Pratyush Yadav wrote: On 04/02/21 11:39PM, Sean Anderson wrote: idle-states is optional, so don't complain if it doesn't exist. This commit doesn't just silence the complaint. It also changes the behavior of the function if the error code is ENODATA or EOVERFLOW. Make sure t

Re: [RFC PATCH 07/13] mux: mmio: Only complain about idle-states if it is malformed

2021-02-05 Thread Pratyush Yadav
On 04/02/21 11:39PM, Sean Anderson wrote: > idle-states is optional, so don't complain if it doesn't exist. This commit doesn't just silence the complaint. It also changes the behavior of the function if the error code is ENODATA or EOVERFLOW. Make sure the commit message reflects that. > > Si

[RFC PATCH 07/13] mux: mmio: Only complain about idle-states if it is malformed

2021-02-04 Thread Sean Anderson
idle-states is optional, so don't complain if it doesn't exist. Signed-off-by: Sean Anderson --- drivers/mux/mmio.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/mux/mmio.c b/drivers/mux/mmio.c index 00e0282dcc..82b1cc6aab 100644 --- a/drivers/mux/mmio.c +++ b/