diff --git a/drivers/video/fbdev/hpfb.c b/drivers/video/fbdev/hpfb.c index 1e9c52e27..8d418abdd 100755 --- a/drivers/video/fbdev/hpfb.c +++ b/drivers/video/fbdev/hpfb.c @@ -344,7 +344,6 @@ static int hpfb_dio_probe(struct dio_dev *d, const struct dio_device_id *ent) if (hpfb_init_one(paddr, vaddr)) { if (d->scode >= DIOII_SCBASE) iounmap((void *)vaddr); - release_mem_region(d->resource.start, resource_size(&d->resource)); return -ENOMEM; } return 0;