Re: [PATCH] Staging: comedi: s626: Remove unnecessary cast on void pointer

2016-01-21 Thread Dan Carpenter
On Wed, Jan 20, 2016 at 09:48:39PM -0200, Lucas Tanure wrote: > The conversion from void pointer to any other pointer type is guaranteed by > the C programming language. > > Signed-off-by: Lucas Tanure > --- > drivers/staging/comedi/drivers/s626.c | 8 > 1 file changed, 4 insertions(+),

[PATCH] Staging: comedi: s626: Remove unnecessary cast on void pointer

2016-01-20 Thread Lucas Tanure
The conversion from void pointer to any other pointer type is guaranteed by the C programming language. Signed-off-by: Lucas Tanure --- drivers/staging/comedi/drivers/s626.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/comedi/drivers/s626.c b/drive