Re: [PATCH for-5.2 v2 4/9] pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate function

2020-08-06 Thread Janosch Frank
On 8/6/20 12:53 PM, Thomas Huth wrote: > Move the code to a separate function to be able to re-use it from a > different spot later. > > Reviewed-by: Claudio Imbrenda > Signed-off-by: Thomas Huth The new function name helps a lot :) Reviewed-by: Janosch Frank > --- > pc-bios/s390-ccw/main.c

Re: [PATCH for-5.2 v2 4/9] pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate function

2020-08-06 Thread Cornelia Huck
On Thu, 6 Aug 2020 12:53:44 +0200 Thomas Huth wrote: > Move the code to a separate function to be able to re-use it from a > different spot later. > > Reviewed-by: Claudio Imbrenda > Signed-off-by: Thomas Huth > --- > pc-bios/s390-ccw/main.c | 99 - >

[PATCH for-5.2 v2 4/9] pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate function

2020-08-06 Thread Thomas Huth
Move the code to a separate function to be able to re-use it from a different spot later. Reviewed-by: Claudio Imbrenda Signed-off-by: Thomas Huth --- pc-bios/s390-ccw/main.c | 99 - 1 file changed, 57 insertions(+), 42 deletions(-) diff --git a/pc-bios/