[PATCH] staging: go7007: fix use of uninitialised pointer

2013-11-10 Thread Michal Nazarewicz
From: Michal Nazarewicz min...@mina86.com The go variable is declade without initialisation and invocation of dev_dbg immediatelly tries to dereference it. --- drivers/staging/media/go7007/go7007-usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] staging: go7007: fix use of uninitialised pointer

2013-11-10 Thread Greg Kroah-Hartman
On Sun, Nov 10, 2013 at 07:37:57PM +0100, Michal Nazarewicz wrote: From: Michal Nazarewicz min...@mina86.com The go variable is declade without initialisation and invocation of dev_dbg immediatelly tries to dereference it. --- drivers/staging/media/go7007/go7007-usb.c | 2 +- 1 file