mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
greybus: loopback: initialized ms_wait negate warning
ms_wait = 0; caught by a compiler warning. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
84cfad02b7
commit
42b9da5efe
@@ -649,7 +649,7 @@ static void gb_loopback_calculate_stats(struct gb_loopback *gb)
|
||||
static int gb_loopback_fn(void *data)
|
||||
{
|
||||
int error = 0;
|
||||
int ms_wait;
|
||||
int ms_wait = 0;
|
||||
int type;
|
||||
u32 size;
|
||||
u32 low_count;
|
||||
|
||||
Reference in New Issue
Block a user