Re: [PATCH] nubus: remove cast to void pointer

2019-09-27 Thread Geert Uytterhoeven
Hi Himanshu, On Sun, Aug 27, 2017 at 9:33 AM Himanshu Jha wrote: > Casting void pointers to other pointer types in unnecessary. > > Signed-off-by: Himanshu Jha Thanks for your patch! > --- a/drivers/nubus/nubus.c > +++ b/drivers/nubus/nubus.c > @@ -167,7 +167,7 @@ static unsigned char

[PATCH] nubus: remove cast to void pointer

2017-08-27 Thread Himanshu Jha
Casting void pointers to other pointer types in unnecessary. Signed-off-by: Himanshu Jha --- drivers/nubus/nubus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/nubus/nubus.c b/drivers/nubus/nubus.c index df431e8..5450f1a 100644 ---

[PATCH] nubus: remove cast to void pointer

2017-08-27 Thread Himanshu Jha
Casting void pointers to other pointer types in unnecessary. Signed-off-by: Himanshu Jha --- drivers/nubus/nubus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/nubus/nubus.c b/drivers/nubus/nubus.c index df431e8..5450f1a 100644 --- a/drivers/nubus/nubus.c +++