aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fmc/fmc-chardev.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/fmc/fmc-chardev.c')
-rw-r--r--drivers/fmc/fmc-chardev.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/fmc/fmc-chardev.c b/drivers/fmc/fmc-chardev.c
index ace6ef24d15e..5ecf4090a610 100644
--- a/drivers/fmc/fmc-chardev.c
+++ b/drivers/fmc/fmc-chardev.c
@@ -129,8 +129,7 @@ static int fc_probe(struct fmc_device *fmc)
struct fc_instance *fc;
- if (fmc->op->validate)
- index = fmc->op->validate(fmc, &fc_drv);
+ index = fmc_validate(fmc, &fc_drv);
if (index < 0)
return -EINVAL; /* not our device: invalid */