From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 6 Oct 2012 00:04:07 +0200 Subject: [U-Boot] [PATCH 2/2] GPIO: pca953x: fix error reporting In-Reply-To: <1343224548-9402-2-git-send-email-lwithers@guralp.com> References: <1343224548-9402-1-git-send-email-lwithers@guralp.com> <1343224548-9402-2-git-send-email-lwithers@guralp.com> Message-ID: <20121006000407.02431f8f@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Wed, 25 Jul 2012 13:55:48 +0000 Laurence Withers wrote: > Use the standard CMD_RET_* constants to clearly report errors from the > pca953x command. In addition, print error messages when I2C communication > fails. > > Signed-off-by: Laurence Withers > --- > drivers/gpio/pca953x.c | 49 ++++++++++++++++++++++++++++++++++------------- > 1 files changed, 35 insertions(+), 14 deletions(-) Applied to staging/agust at denx.de. Thanks, Anatolij