kernel: trace.c: Initialize page2 to prevent compiler error
Change-Id: Ie806fcd3f6d81e2aaa2d16a56a955a7c9eaad9c6 Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
This commit is contained in:
committed by
Stephen Boyd
parent
e7b054e8c1
commit
5d8bc2351b
@@ -3754,7 +3754,7 @@ tracing_mark_write(struct file *filp, const char __user *ubuf,
|
||||
int nr_pages = 1;
|
||||
ssize_t written;
|
||||
void *page1;
|
||||
void *page2;
|
||||
void *page2 = NULL;
|
||||
int offset;
|
||||
int size;
|
||||
int len;
|
||||
|
||||
Reference in New Issue
Block a user