From: Dan Carpenter Date: Fri, 8 Oct 2010 12:56:04 +0000 (+0200) Subject: Staging: bcm: mocro expansion bug X-Git-Tag: v2.6.37-rc1~60^2~3^2~215 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=055a1eda5fe143fdb8137cfd6eee39c9b58fe72d;p=pandora-kernel.git Staging: bcm: mocro expansion bug The WIMAX_MAX_MTU macro is used in drivers/staging/bcm/CmHost.c like this: if (Adapter->PackInfo[uiSearchRuleIndex].uiMaxBucketSize < WIMAX_MAX_MTU * 8) The multiplication by eight has precedence over the addition so the macro needs parenthesis to work. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed