diff options
| author | George Hilliard <[email protected]> | 2019-03-18 20:20:02 -0600 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-03-20 08:23:17 +0100 |
| commit | ea9420cea39015e554f4ecab9ece7bf5b5bfc760 (patch) | |
| tree | 2784f3a9918b00aa2630a55ebd506754ad7f6281 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 730b3cf282a30278b72e9f2aa4a60a1b2f643804 (diff) | |
staging: mt7621-mmc: fix unused variable compiler warning
The compiler complains:
drivers/staging/mt7621-mmc/dbg.c: In function ‘msdc_debug_proc_write’:
drivers/staging/mt7621-mmc/dbg.c:237:12: warning: unused variable ‘size’ [-Wunused-variable]
int mode, size;
^~~~
drivers/staging/mt7621-mmc/dbg.c:237:6: warning: unused variable ‘mode’ [-Wunused-variable]
int mode, size;
^~~~
Remove these declarations.
Signed-off-by: George Hilliard <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions