diff options
| author | Arnd Bergmann <[email protected]> | 2016-06-16 13:38:24 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-08-30 14:45:50 +0200 |
| commit | 9d32f82e040a823a584446cd9a7066390bf911fa (patch) | |
| tree | 23ef67bcffe570131d7a228ee7caabc15d5286d9 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | e728ae271f4cf71218ec06a6daf61b79466cb466 (diff) | |
mic: remove unused function arg
When building with W=1, the __scif_rma_destroy_tcw function
causes a harmless warning about an argument variable that is
modified but not used:
drivers/misc/mic/scif/scif_dma.c: In function ‘__scif_rma_destroy_tcw’:
drivers/misc/mic/scif/scif_dma.c:118:27: error: parameter ‘ep’ set but not used [-Werror=unused-but-set-parameter]
In this case, we can just remove the argument, since all callers
are in the same file.
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions