[PATCH 1/3] ram: rk3399: Fix .set_rate_index() error handling

2022-08-11 Thread Lee Jones
Functions pointed to by this op pointer can return non-zero values indicating an error. Ensure any error value is propagated back up the call-chain. Signed-off-by: Lee Jones Tested-by: Xavier Drudis Ferran Reviewed-by: Kever Yang --- drivers/ram/rockchip/sdram_rk3399.c | 4 +++- 1 file change

Re: [PATCH 1/3] ram: rk3399: Fix .set_rate_index() error handling

2022-07-04 Thread Lee Jones
On Mon, 04 Jul 2022, Kever Yang wrote: > Hi > > On 2022/7/4 17:23, Lee Jones wrote: > > On Fri, 01 Jul 2022, Kever Yang wrote: > > > > > Hi Lee Jones, > > > > > > > > > On 2022/6/27 16:39, Lee Jones wrote: > > > > On Tue, 21 Jun 2022, Lee Jones wrote: > > > > > > > > > Functions pointed to by

Re: [PATCH 1/3] ram: rk3399: Fix .set_rate_index() error handling

2022-07-04 Thread Kever Yang
Hi On 2022/7/4 17:23, Lee Jones wrote: On Fri, 01 Jul 2022, Kever Yang wrote: Hi Lee Jones, On 2022/6/27 16:39, Lee Jones wrote: On Tue, 21 Jun 2022, Lee Jones wrote: Functions pointed to by this op pointer can return non-zero values indicating an error. Ensure any error value is propaga

Re: [SPAM] [PATCH 1/3] ram: rk3399: Fix .set_rate_index() error handling

2022-07-04 Thread Xavier Drudis Ferran
El Tue, Jun 21, 2022 at 10:07:27AM +, Lee Jones deia: > Functions pointed to by this op pointer can return non-zero values > indicating an error. Ensure any error value is propagated back up the > call-chain. > > Signed-off-by: Lee Jones My board doesn't suffer with the issue resolved by t

Re: [PATCH 1/3] ram: rk3399: Fix .set_rate_index() error handling

2022-07-04 Thread Lee Jones
On Fri, 01 Jul 2022, Kever Yang wrote: > Hi Lee Jones, > > > On 2022/6/27 16:39, Lee Jones wrote: > > On Tue, 21 Jun 2022, Lee Jones wrote: > > > > > Functions pointed to by this op pointer can return non-zero values > > > indicating an error. Ensure any error value is propagated back up the >

Re: [PATCH 1/3] ram: rk3399: Fix .set_rate_index() error handling

2022-07-01 Thread Kever Yang
Hi Lee Jones, On 2022/6/27 16:39, Lee Jones wrote: On Tue, 21 Jun 2022, Lee Jones wrote: Functions pointed to by this op pointer can return non-zero values indicating an error. Ensure any error value is propagated back up the call-chain. Signed-off-by: Lee Jones --- drivers/ram/rockchip/

Re: [PATCH 1/3] ram: rk3399: Fix .set_rate_index() error handling

2022-07-01 Thread Kever Yang
On 2022/6/21 18:07, Lee Jones wrote: Functions pointed to by this op pointer can return non-zero values indicating an error. Ensure any error value is propagated back up the call-chain. Signed-off-by: Lee Jones Reviewed-by: Kever Yang Thanks, - Kever --- drivers/ram/rockchip/sdram_rk3

Re: [PATCH 1/3] ram: rk3399: Fix .set_rate_index() error handling

2022-06-27 Thread Lee Jones
On Tue, 21 Jun 2022, Lee Jones wrote: > Functions pointed to by this op pointer can return non-zero values > indicating an error. Ensure any error value is propagated back up the > call-chain. > > Signed-off-by: Lee Jones > --- > drivers/ram/rockchip/sdram_rk3399.c | 4 +++- > 1 file changed,

[PATCH 1/3] ram: rk3399: Fix .set_rate_index() error handling

2022-06-21 Thread Lee Jones
Functions pointed to by this op pointer can return non-zero values indicating an error. Ensure any error value is propagated back up the call-chain. Signed-off-by: Lee Jones --- drivers/ram/rockchip/sdram_rk3399.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/ra