From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 11 Jul 2014 01:33:33 +0200 Subject: [U-Boot] [PATCH v2 15/29] dm: Move device display into its own function In-Reply-To: <1404877099-7314-16-git-send-email-sjg@chromium.org> References: <1404877099-7314-1-git-send-email-sjg@chromium.org> <1404877099-7314-16-git-send-email-sjg@chromium.org> Message-ID: <201407110133.33731.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday, July 09, 2014 at 05:38:05 AM, Simon Glass wrote: > The device display for 'dm tree' and 'dm uclass' is mostly the same, so > move it into a common function. Is this going to become a dev_{info/warn/err/crit/...}() kind of output function eventually ? Best regards, Marek Vasut