X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cmd%2Fbind.c;h=4d1b7885e60a812efdb0592845f3b481ece70c4e;hb=38f7d3b6530edae4c4d506d6b9dbd0ae8b8ee5e6;hp=07c629eff7c7d9c00dd40b1b48e3a5195b44ca4e;hpb=089e433e560f883b23c53b66ce3f8fb5a81bd431;p=platform%2Fkernel%2Fu-boot.git diff --git a/cmd/bind.c b/cmd/bind.c index 07c629e..4d1b788 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);