]> git.dujemihanovic.xyz Git - u-boot.git/commit
pci: correct function name in message
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 27 Jul 2023 16:50:14 +0000 (18:50 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 8 Aug 2023 21:41:52 +0000 (17:41 -0400)
commit70fdcc704a978acb4de5e891469825596c0d292e
tree7c22536424032112c0c5e3ddce45f0333478f355
parentd8cb1dc91413baf8ac3388aab2070a8f35b13c0b
pci: correct function name in message

If an error message contains a function name, it should match the name of
the function throwing the message.

Fixes: 7739d93d8288 ("pci: Match region flags using a mask")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/pci/pci-uclass.c