Commit 42b9da5e authored by Bryan O'Donoghue's avatar Bryan O'Donoghue Committed by Greg Kroah-Hartman

greybus: loopback: initialized ms_wait negate warning

ms_wait = 0; caught by a compiler warning.
Signed-off-by: default avatarBryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 84cfad02
...@@ -649,7 +649,7 @@ static void gb_loopback_calculate_stats(struct gb_loopback *gb) ...@@ -649,7 +649,7 @@ static void gb_loopback_calculate_stats(struct gb_loopback *gb)
static int gb_loopback_fn(void *data) static int gb_loopback_fn(void *data)
{ {
int error = 0; int error = 0;
int ms_wait; int ms_wait = 0;
int type; int type;
u32 size; u32 size;
u32 low_count; u32 low_count;
......
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