dm: core: Fix dm_extended_scan_fdt()
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 15 May 2019 08:07:01 +0000 (10:07 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 21 May 2019 23:33:23 +0000 (17:33 -0600)
commitee730a7cd2afe445e53e92b5c37396a5b118f7af
treec376569f3a1e7826bfce013d7b9af18eba8c23ef
parentb061ef39c350c288542536b09dc01d9e984a12ac
dm: core: Fix dm_extended_scan_fdt()

This function  takes an argument, blob,
but never uses it, instead uses gd->fdt_blob directly.

Fixes: e81c98649b7a ("dm: core: add clocks node scan")

Reported-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/core/root.c