commit | 17d5d727590f8c7ed09f6c910d6ea188bbcd31a5 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Mon Jan 17 16:38:39 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 28 17:58:41 2022 -0500 |
tree | c05e551736cbb637a5036b62dadb74e5cb91dd70 | |
parent | 541e75c0187796a9bbbca2160dcd3febe51acae2 [diff] |
pci: Add checks for valid cmdline arguments Currently pci command ignores invalid cmdline arguments and do something. Add checks that all passed arguments were processed. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>