summaryrefslogtreecommitdiff
path: root/cmd/bind.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/bind.c')
-rw-r--r--cmd/bind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/bind.c b/cmd/bind.c
index 07c629eff7..4d1b7885e6 100644
--- a/cmd/bind.c
+++ b/cmd/bind.c
@@ -152,7 +152,7 @@ static int bind_by_node_path(const char *path, const char *drv_name)
}
ofnode = ofnode_path(path);
- ret = lists_bind_fdt(parent, ofnode, &dev, false);
+ ret = lists_bind_fdt(parent, ofnode, &dev, drv, false);
if (!dev || ret) {
printf("Unable to bind. err:%d\n", ret);