commit | b8507ecc02fa1f972e6ea012e3abe3c1d20de7a3 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Thu Oct 07 14:51:01 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 14 19:45:07 2021 -0400 |
tree | c1dd0b4ea2e9719c22af0accd2cca2d9fc20ed8f | |
parent | ec8a7231b403646d1b71720ec25ec51a608ba1ab [diff] |
pci: Fix showing registers Header type is 7-bit number so use all 7 bits when detecting header type and not only 2 bits. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>