linux/drivers/staging/gdm724x
Shivani Bhardwaj 15aae23e9e Staging: gdx724x: gdm_mux: Remove explicit cast
Compiler can typecast variables implicitly so, explicit type cast is not
required and should be removed.
Semantic patch used:

@@
type T;
T e;
identifier x;
@@

* T x = (T)e;

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-16 23:06:38 -07:00
..
gdm_endian.c staging: gdm724x: Remove test for host endian 2015-05-31 11:47:56 +09:00
gdm_endian.h staging: gdm724x: Remove test for host endian 2015-05-31 11:47:56 +09:00
gdm_lte.c Staging: gdm724x: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
gdm_lte.h
gdm_mux.c Staging: gdx724x: gdm_mux: Remove explicit cast 2015-10-16 23:06:38 -07:00
gdm_mux.h staging: gdm724x: Fix incorrect type in assignment 2014-10-20 10:29:18 +08:00
gdm_tty.c Staging: gdm724x: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
gdm_tty.h
gdm_usb.c Staging: gdm724x: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
gdm_usb.h
hci_packet.h
hci.h
Kconfig
Makefile
netlink_k.c
netlink_k.h
TODO