X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fdax%2Fpmem%2Fcompat.c;fp=drivers%2Fdax%2Fpmem%2Fcompat.c;h=863c114fd88ce1cb810ca59ec6eec9e1445160c0;hb=f11cf813dee20e67eac22a6d78502aa564554eb4;hp=d7b15e6f30c5b3f696bb593980abe84f9b1e7017;hpb=c2f3011ee697f85ba0166fb3780332aafc66b8f4;p=linux-2.6-microblaze.git diff --git a/drivers/dax/pmem/compat.c b/drivers/dax/pmem/compat.c index d7b15e6f30c5..863c114fd88c 100644 --- a/drivers/dax/pmem/compat.c +++ b/drivers/dax/pmem/compat.c @@ -22,7 +22,7 @@ static int dax_pmem_compat_probe(struct device *dev) return -ENOMEM; device_lock(&dev_dax->dev); - rc = dev_dax_probe(&dev_dax->dev); + rc = dev_dax_probe(dev_dax); device_unlock(&dev_dax->dev); devres_close_group(&dev_dax->dev, dev_dax);