From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Wed, 23 Sep 2015 11:41:54 +0200 Subject: [U-Boot] [PATCH 3/4] exynos: be more verbose in process_nodes() In-Reply-To: <1442793252-2935-1-git-send-email-tjakobi@math.uni-bielefeld.de> References: <1442793252-2935-1-git-send-email-tjakobi@math.uni-bielefeld.de> Message-ID: <20150923114154.7c0c551c@amdc2363> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tobias, > + ret = sdhci_get_config(blob, node, host); > + if (ret) { > + printf("%s: failed to decode dev %d (%d)\n", > __func__, i, ret); return -1; My only commit here is regarding leaving return -1 as it is now. I think, that it would be better to return ret. -- Best regards, Lukasz Majewski Samsung R&D Institute Poland (SRPOL) | Linux Platform Group