Re: [PATCH] Staging: comedi: removes unnecessary cast on void pointers.

2016-03-10 Thread Ian Abbott
On 10/03/16 12:13, Ben Marsh wrote: This is a patch to s626.c that removes several unnecessary cast on null pointers. I think you mean void pointers. Signed-off-by: Ben Marsh --- drivers/staging/comedi/drivers/s626.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --g

[PATCH] Staging: comedi: removes unnecessary cast on void pointers.

2016-03-10 Thread Ben Marsh
This is a patch to s626.c that removes several unnecessary cast on null pointers. Signed-off-by: Ben Marsh --- drivers/staging/comedi/drivers/s626.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/comedi/drivers/s626.c b/drivers/staging/comedi/drivers