]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (6020): cx88: Fix use of uninitialized variable
authorTrent Piepho <xyzzy@speakeasy.org>
Mon, 13 Aug 2007 15:21:58 +0000 (12:21 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:05:15 +0000 (22:05 -0300)
commitb09a79f5848f2143a8ffc724910743027d5a70e0
treed4560a5e147a40f099c51c23ee30ddaca6363453
parentc252b0511596f76a32c7c64bcc6cc60b3bc1ec3a
V4L/DVB (6020): cx88: Fix use of uninitialized variable

An error message for PCI resource allocation failure used the board type
before it was set.  Just get rid of the error message, as get_ressources()
[sic] already prints one.  Format that error message better, and add the pci
function and subsystem information to better associate the error with what
caused it.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx88/cx88-core.c