From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Fri, 10 Jan 2020 03:57:53 -0500 Subject: [PATCH 02/19] dm: core: Use assert_noisy() in devres In-Reply-To: <20191229211913.2.I314c8924e7c1ca5b8be4cab490e8d7e06d830eab@changeid> References: <20191229211913.2.I314c8924e7c1ca5b8be4cab490e8d7e06d830eab@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 Use this macros instead of the linux ones, as the output is smaller. Signed-off-by: Simon Glass --- drivers/core/devres.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Applied to u-boot-dm, thanks!