diff options
author | Tom Rix <[email protected]> | 2021-01-17 10:15:19 -0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2021-01-18 20:57:43 -0800 |
commit | 7cfabe4f85a52a06943236a7747f1d868f3cac4b (patch) | |
tree | 5bf39d951fef9f6241998cd8a17df3d8b289af27 /tools/perf/scripts/python/stackcollapse.py | |
parent | be7f4578e57d5dbfd57b2d2d731c697bcb0edc3a (diff) |
arcnet: fix macro name when DEBUG is defined
When DEBUG is defined this error occurs
drivers/net/arcnet/com20020_cs.c:70:15: error: ‘com20020_REG_W_ADDR_HI’
undeclared (first use in this function);
did you mean ‘COM20020_REG_W_ADDR_HI’?
ioaddr, com20020_REG_W_ADDR_HI);
^~~~~~~~~~~~~~~~~~~~~~
From reviewing the context, the suggestion is what is meant.
Signed-off-by: Tom Rix <[email protected]>
Acked-by: Joe Perches <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions