diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-06-16 13:38:24 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-08-30 14:45:50 +0200 |
commit | 9d32f82e040a823a584446cd9a7066390bf911fa (patch) | |
tree | 23ef67bcffe570131d7a228ee7caabc15d5286d9 /Documentation/ABI/testing/sysfs-class-mic.txt | |
parent | mei: amthif: fix deadlock in initialization during a reset (diff) | |
download | linux-9d32f82e040a823a584446cd9a7066390bf911fa.tar.xz linux-9d32f82e040a823a584446cd9a7066390bf911fa.zip |
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 <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-class-mic.txt')
0 files changed, 0 insertions, 0 deletions