media: atomisp: better display DMI and EFI found entries
[linux-2.6-microblaze.git] / drivers / staging / media / atomisp / i2c / atomisp-ov2680.c
index 4f1e0d8..4601cef 100644 (file)
@@ -1395,7 +1395,7 @@ static int ov2680_probe(struct i2c_client *client)
                return -ENODEV;
        }
 
-       pr_info("%s: ACPI detected it on bus ID=%s, HID=%s\n",
+       dev_info(&client->dev, "%s: ACPI detected it on bus ID=%s, HID=%s\n",
                __func__, acpi_device_bid(adev), acpi_device_hid(adev));
 
        dev = kzalloc(sizeof(*dev), GFP_KERNEL);