Re: [PATCH 09/16] staging: vchiq_core: Simplify VCHIQ init

2017-05-25 Thread Stefan Wahren
> Greg Kroah-Hartman hat am 25. Mai 2017 um 18:35 > geschrieben: > > > On Sat, May 20, 2017 at 11:30:33PM +0200, Stefan Wahren wrote: > > > > > Stefan Wahren hat am 20. Mai 2017 um 14:22 > > > geschrieben: > > > > > > > > > Since the

Re: [PATCH 09/16] staging: vchiq_core: Simplify VCHIQ init

2017-05-25 Thread Greg Kroah-Hartman
On Sat, May 20, 2017 at 11:30:33PM +0200, Stefan Wahren wrote: > > > Stefan Wahren hat am 20. Mai 2017 um 14:22 > > geschrieben: > > > > > > Since the ARM side of VCHIQ support only 1 state, we could simplify > > the init code. This makes it possible to avoid BUG_ON

Re: [PATCH 09/16] staging: vchiq_core: Simplify VCHIQ init

2017-05-20 Thread Stefan Wahren
> Stefan Wahren hat am 20. Mai 2017 um 14:22 > geschrieben: > > > Since the ARM side of VCHIQ support only 1 state, we could simplify > the init code. This makes it possible to avoid BUG_ON and a theoretical > overflow of id. > > Signed-off-by: Stefan Wahren

[PATCH 09/16] staging: vchiq_core: Simplify VCHIQ init

2017-05-20 Thread Stefan Wahren
Since the ARM side of VCHIQ support only 1 state, we could simplify the init code. This makes it possible to avoid BUG_ON and a theoretical overflow of id. Signed-off-by: Stefan Wahren --- drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c | 5 + 1 file changed,