From: Joe Perches Date: Sun, 21 Aug 2011 22:56:45 +0000 (-0300) Subject: [media] rc-core.h: Surround macro with do {} while (0) X-Git-Tag: v3.2-rc1~112^2~253 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b0dbef777a1fbb9922e304f047921d4e9d9c40;p=pandora-kernel.git [media] rc-core.h: Surround macro with do {} while (0) Macros coded with if statements should be do { if... } while (0) so the macros can be used in other if tests. Use ##__VA_ARGS__ for variadic macro as well. Signed-off-by: Joe Perches Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed