From: Rashika Kheria Date: Fri, 8 Nov 2013 12:39:44 +0000 (+0530) Subject: Staging: gdm724x: Use ALIGN() macro for dummy_cnt in gdm_mux.c X-Git-Tag: v3.14-rc1~150^2~775^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ef8a53542ab4a6e0151978459d03996750d54b;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed