X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cmd%2Fsf.c;h=65b117feee22c631cd7ef0f4d42570b52c15dea5;hb=b0cf733933c3bc1b4ab353e16affabc60f863db5;hp=286906c3a151c916d549df6938ad73a0273aec94;hpb=b8e599746cac1833328bc3a8e37eeefe346baf90;p=platform%2Fkernel%2Fu-boot.git diff --git a/cmd/sf.c b/cmd/sf.c index 286906c..65b117f 100644 --- a/cmd/sf.c +++ b/cmd/sf.c @@ -125,7 +125,6 @@ static int do_spi_flash_probe(int argc, char * const argv[]) ret = spi_find_bus_and_cs(bus, cs, &bus_dev, &new); if (!ret) { device_remove(new); - device_unbind(new); } flash = NULL; ret = spi_flash_probe_bus_cs(bus, cs, speed, mode, &new);