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)
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>

No differences found