V4L/DVB (7093): radio-sf16fmi: fix request_region()
authorMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 27 Jan 2008 17:43:20 +0000 (14:43 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Mon, 18 Feb 2008 14:14:59 +0000 (11:14 -0300)
commite08a8c9dc7d247ec2a98ea2d7ac5ecea6af5593c
tree38d618d585c6c330727cd130c4fe95be3a4450ec
parentdd49f30ca032464839085ec3a54dd9917829c891
V4L/DVB (7093): radio-sf16fmi: fix request_region()

isapnp_fmi_probe attaches device. However, if request_region() fails, the
device isn't disattached.

Reviewed-by: Douglas Schilling Landgraf <dougsland@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/radio/radio-sf16fmi.c