lib: utils: remove unused variable in fdt_reset_init
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 22 Jul 2021 10:53:58 +0000 (12:53 +0200)
committerAnup Patel <anup@brainfault.org>
Tue, 27 Jul 2021 11:46:02 +0000 (17:16 +0530)
commitce03c88ee142787cfe994d776491f43020de01de
treed8e6ffd4f25819c1bda8e0a5078822bf4ed9bf7a
parent217d5e488033c7337b80794563b2f13e29b9f88d
lib: utils: remove unused variable in fdt_reset_init

The value of variable current_driver is unused. Remove the variable.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
lib/utils/reset/fdt_reset.c