Re: [PATCH v2] drivers: staging: media: go7007: go7007-usb.c usepr_*() instead of dev_*() before 'go' initialized in go7007_usb_probe()

From: Greg KH
Date: Tue Nov 26 2013 - 23:02:58 EST


On Wed, Nov 27, 2013 at 11:48:08AM +0800, Chen Gang wrote:
> dev_*() assumes 'go' is already initialized, so need use pr_*() instead
> of before 'go' initialized. Related warning (with allmodconfig under
> hexagon):
>
> CC [M] drivers/staging/media/go7007/go7007-usb.o
> drivers/staging/media/go7007/go7007-usb.c: In function 'go7007_usb_probe':
> drivers/staging/media/go7007/go7007-usb.c:1060:2: warning: 'go' may be used uninitialized in this function [-Wuninitialized]
>
> Also remove useless code after 'return' statement.

This should all be fixed in my staging-linus branch already, right? No
need for this anymore from what I can tell, sorry.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/