diff options
| author | Dan Carpenter <[email protected]> | 2010-10-08 14:56:04 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2010-10-08 07:29:55 -0700 |
| commit | 055a1eda5fe143fdb8137cfd6eee39c9b58fe72d (patch) | |
| tree | bdc4021878e019cb5b6da226d6c377540e2f58e3 /tools/perf/scripts/python | |
| parent | 785698e38dcd01cd15dacbf0cf1309a04b1e3208 (diff) | |
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions