Re: [PATCH 2/2] staging: wilc1000: modify uninitialized warning

2015-06-16 Thread Greg KH
On Tue, Jun 16, 2015 at 04:11:25PM +0900, Dean Lee wrote: initialize it. Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/host_interface.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/host_interface.c

[PATCH 2/2] staging: wilc1000: modify uninitialized warning

2015-06-16 Thread Dean Lee
initialize it. Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/host_interface.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 358283f..03e6bc5 100644 ---