From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 9 Jun 2016 07:15:18 +0200 Subject: [U-Boot] [PATCH 1/8] x86: ich6_gpio: Output return value of syscon_get_by_driver_data() In-Reply-To: <1465387659-30011-2-git-send-email-bmeng.cn@gmail.com> References: <1465387659-30011-1-git-send-email-bmeng.cn@gmail.com> <1465387659-30011-2-git-send-email-bmeng.cn@gmail.com> Message-ID: <5758FB66.7010609@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 08.06.2016 14:07, Bin Meng wrote: > The call to syscon_get_by_driver_data() does not save its return value. > Print it out to aid debugging. > > Signed-off-by: Bin Meng Reviewed-by: Stefan Roese Thanks, Stefan