aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/vf610-ocotp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nvmem/vf610-ocotp.c')
-rw-r--r--drivers/nvmem/vf610-ocotp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/nvmem/vf610-ocotp.c b/drivers/nvmem/vf610-ocotp.c
index 5a395ffb2ca8..4662309489db 100644
--- a/drivers/nvmem/vf610-ocotp.c
+++ b/drivers/nvmem/vf610-ocotp.c
@@ -223,8 +223,7 @@ static int vf610_ocotp_probe(struct platform_device *pdev)
struct resource *res;
struct vf610_ocotp *ocotp_dev;
- ocotp_dev = devm_kzalloc(&pdev->dev,
- sizeof(struct vf610_ocotp), GFP_KERNEL);
+ ocotp_dev = devm_kzalloc(dev, sizeof(struct vf610_ocotp), GFP_KERNEL);
if (!ocotp_dev)
return -ENOMEM;