Revert "char: hpet: fix a missing check of ioremap"
[sfrench/cifs-2.6.git] / drivers / char / hpet.c
index ed3b7dab678dbd16acc5cef239415fcaaa360816..6f13def6c1727869c9c59d364a11a94863321687 100644 (file)
@@ -969,8 +969,6 @@ static acpi_status hpet_resources(struct acpi_resource *res, void *data)
        if (ACPI_SUCCESS(status)) {
                hdp->hd_phys_address = addr.address.minimum;
                hdp->hd_address = ioremap(addr.address.minimum, addr.address.address_length);
-               if (!hdp->hd_address)
-                       return AE_ERROR;
 
                if (hpet_is_known(hdp)) {
                        iounmap(hdp->hd_address);