- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
[linux-flexiantxendom0-3.2.10.git] / drivers / i2c / chips / lm78.c
index a145346..640aa01 100644 (file)
@@ -462,7 +462,7 @@ int lm78_detect(struct i2c_adapter *adapter, int address, int kind)
 
        /* Reserve the ISA region */
        if (is_isa)
-               if (!request_region(address, LM78_EXTENT, "lm78")) {
+               if (!request_region(address, LM78_EXTENT, lm78_driver.name)) {
                        err = -EBUSY;
                        goto ERROR0;
                }