OSDN Git Service

Staging: gdm724x: Use ALIGN() macro for dummy_cnt in gdm_mux.c
authorRashika Kheria <rashika.kheria@gmail.com>
Fri, 8 Nov 2013 12:39:44 +0000 (18:09 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 20:24:30 +0000 (12:24 -0800)
commit29ef8a53542ab4a6e0151978459d03996750d54b
tree6fbd75d4e4f78269142868cb6a6b60678ae7d146
parentabb40c11c44d93d7d9d6fe42088c5cad9a852c2a
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>
drivers/staging/gdm724x/gdm_mux.c