From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 15 Feb 2016 19:02:46 +0800 Subject: [U-Boot] [PATCH] gpio: Correct handling of 'gpio status' In-Reply-To: <1455492539-24868-1-git-send-email-sjg@chromium.org> References: <1455492539-24868-1-git-send-email-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 On Mon, Feb 15, 2016 at 7:28 AM, Simon Glass wrote: > This is broken - we need to look at the first two characters to distinguish > 'gpio status' from 'gpio set'. > > Fixes: 0ffe6ab5 (gpio: Allow 's' as an abbreviation for 'status') > Reported-by: Soeren Moch > Signed-off-by: Simon Glass > --- > > cmd/gpio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng