remarkable-linux/drivers/staging/gdm724x
Rashika Kheria 29ef8a5354 Staging: gdm724x: Use ALIGN() macro for dummy_cnt in gdm_mux.c
As suggested in TODO list, this patch uses ALIGN() macro for variable
dummy_cnt in functions up_to_host() and gdm_mux_send() in file
gdm_mux.c.
The macro has already been defined in include/linux/kernel.h, hence is
not defined again.

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-11-10 12:24:30 -08:00
..
gdm_endian.c
gdm_endian.h
gdm_lte.c Staging: gdm724x: Remove confusing macro gdm_lte_hci_send in gdm_lte.c 2013-11-10 12:22:34 -08:00
gdm_lte.h
gdm_mux.c Staging: gdm724x: Use ALIGN() macro for dummy_cnt in gdm_mux.c 2013-11-10 12:24:30 -08:00
gdm_mux.h
gdm_tty.c Staging: gdm724x: fix line over 80 characters in gdm_tty.c 2013-10-11 13:09:57 -07:00
gdm_tty.h
gdm_usb.c staging: gdm724x: kzalloc should be used instead of kmalloc/memset 2013-10-27 20:34:46 -07:00
gdm_usb.h
hci.h
hci_packet.h
Kconfig
Makefile
netlink_k.c staging: gdm724x: Remove version.h header inclusion in netlink_k.c 2013-08-27 22:53:22 -07:00
netlink_k.h
TODO