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)
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>

No differences found