linux/drivers/staging/dgrp
Jingoo Han 1bab69ff97 staging: dgrp: Remove casting the return value which is a void pointer
Casting the return value which is a void pointer is redundant.
The conversion from void pointer to any other pointer type is
guaranteed by the C programming language.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-09-17 07:47:43 -07:00
..
Kconfig
Makefile
README
TODO
dgrp_common.c
dgrp_common.h
dgrp_dpa_ops.c
dgrp_driver.c staging: dgrp: add __init/__exit macros 2013-08-19 15:31:58 -07:00
dgrp_mon_ops.c
dgrp_net_ops.c drivers: staging: dgrp: using time_is_before_jiffies() instead of open coding 'jiffies' 2013-06-08 22:20:59 -07:00
dgrp_ports_ops.c
dgrp_specproc.c
dgrp_sysfs.c staging: dgrp: Remove casting the return value which is a void pointer 2013-09-17 07:47:43 -07:00
dgrp_tty.c tty: Ensure single-threaded flip buffer consumer with mutex 2013-07-23 16:47:09 -07:00
digirp.h
drp.h

README

The user space code to work with this driver is located at
https://github.com/wfp5p/dgrp-utils