X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=common%2Fcmd_portio.c;h=bf3a99791ce2d8a7f924c74a4b7c5fb308623535;hb=a3b5e1ec3e52bd7624e832a612a23fc2dd432abb;hp=4f2f4997b27b98d69ca5b3a58d6cbf578ce0512b;hpb=47e26b1bf91ddef69f4a3892815c857db094cef9;p=karo-tx-uboot.git diff --git a/common/cmd_portio.c b/common/cmd_portio.c index 4f2f4997b2..bf3a99791c 100644 --- a/common/cmd_portio.c +++ b/common/cmd_portio.c @@ -2,23 +2,7 @@ * (C) Copyright 2003 * Marc Singer, elf@buici.com * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * SPDX-License-Identifier: GPL-2.0+ */ /* @@ -44,7 +28,7 @@ int do_portio_out (cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]) uint value = out_last_value; if (argc != 3) - return cmd_usage(cmdtp); + return CMD_RET_USAGE; if ((flag & CMD_FLAG_REPEAT) == 0) { /* @@ -102,7 +86,7 @@ int do_portio_in (cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]) uint size = in_last_size; if (argc != 2) - return cmd_usage(cmdtp); + return CMD_RET_USAGE; if ((flag & CMD_FLAG_REPEAT) == 0) { /*