From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Fri, 10 Jan 2020 03:57:48 -0500 Subject: [PATCH 07/19] dm: core: Don't clear active flag twice when probe() fails In-Reply-To: <20191229211913.7.Ieb0ef1a4772b83865f916307560a692dbafb1268@changeid> References: <20191229211913.7.Ieb0ef1a4772b83865f916307560a692dbafb1268@changeid> <20191230041928.74874-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Remove this duplicated code, since the 'fail' label does this immediately. Signed-off-by: Simon Glass --- drivers/core/device.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Applied to u-boot-dm, thanks!