Re: [U-Boot] [PATCH v9 27/49] gpio: Allow 's' as an abbreviation for 'status'

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:43, Simon Glass  wrote:
> The 'gpio' command allows abbreviations for most subcommands. Allow them
> for 'status' also.
>
> Signed-off-by: Simon Glass 
> ---
>
> Changes in v9: None
> Changes in v2: None
>
>  common/cmd_gpio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to u-boot-rockchip.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v9 27/49] gpio: Allow 's' as an abbreviation for 'status'

2016-01-21 Thread Simon Glass
The 'gpio' command allows abbreviations for most subcommands. Allow them
for 'status' also.

Signed-off-by: Simon Glass 
---

Changes in v9: None
Changes in v2: None

 common/cmd_gpio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/cmd_gpio.c b/common/cmd_gpio.c
index 65d6df4..bb0f63a 100644
--- a/common/cmd_gpio.c
+++ b/common/cmd_gpio.c
@@ -141,7 +141,7 @@ static int do_gpio(cmd_tbl_t *cmdtp, int flag, int argc, 
char * const argv[])
 #endif
if (argc > 0)
str_gpio = *argv;
-   if (!strcmp(str_cmd, "status")) {
+   if (!strncmp(str_cmd, "status", 1)) {
/* Support deprecated gpio_status() */
 #ifdef gpio_status
gpio_status();
-- 
2.7.0.rc3.207.g0ac5344

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot