Commit cd0c1d70 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

staging: android: sync: fix up a sparse warning

Fix up a sparse warning about sync_dump that was reported.
Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Cc: Erik Gilling <konkers@android.com>
Cc: John Stultz <john.stultz@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b164935b
...@@ -988,7 +988,7 @@ late_initcall(sync_debugfs_init); ...@@ -988,7 +988,7 @@ late_initcall(sync_debugfs_init);
#define DUMP_CHUNK 256 #define DUMP_CHUNK 256
static char sync_dump_buf[64 * 1024]; static char sync_dump_buf[64 * 1024];
void sync_dump(void) static void sync_dump(void)
{ {
struct seq_file s = { struct seq_file s = {
.buf = sync_dump_buf, .buf = sync_dump_buf,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment