summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/google/coreboot_table-of.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firmware/google/coreboot_table-of.c')
-rw-r--r--drivers/firmware/google/coreboot_table-of.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/google/coreboot_table-of.c b/drivers/firmware/google/coreboot_table-of.c
index 727acdc83e838..f15bf404c579b 100644
--- a/drivers/firmware/google/coreboot_table-of.c
+++ b/drivers/firmware/google/coreboot_table-of.c
@@ -34,7 +34,7 @@ static int coreboot_table_of_probe(struct platform_device *pdev)
if (!ptr)
return -ENOMEM;
- return coreboot_table_init(ptr);
+ return coreboot_table_init(&pdev->dev, ptr);
}
static int coreboot_table_of_remove(struct platform_device *pdev)