mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] PCI: mt7621: address some kernel test robot reported warnings
@ 2022-01-24 11:30 Sergio Paracuellos
  2022-01-24 11:30 ` [PATCH 1/2] PCI: mt7621: drop 'of_match_ptr' to fix -Wunused-const-variable Sergio Paracuellos
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sergio Paracuellos @ 2022-01-24 11:30 UTC (permalink / raw)
  To: linux-pci; +Cc: lorenzo.pieralisi, bhelgaas, linux-kernel

Kernel test robot complains about two things here[0]:
- pcie_rmw() [-Wunused-function]
- 'mt7621_pcie_ids' [-Wunused-const-variable]

Address this two warnings in this small two patches.

Best regards,
    Sergio Paracuellos

[0]: https://lkml.org/lkml/2022/1/24/264

Sergio Paracuellos (2):
  PCI: mt7621: drop 'of_match_ptr' to fix -Wunused-const-variable
  PCI: mt7621: remove unused function pcie_rmw()

 drivers/pci/controller/pcie-mt7621.c | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-01-26  6:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-24 11:30 [PATCH 0/2] PCI: mt7621: address some kernel test robot reported warnings Sergio Paracuellos
2022-01-24 11:30 ` [PATCH 1/2] PCI: mt7621: drop 'of_match_ptr' to fix -Wunused-const-variable Sergio Paracuellos
2022-01-24 11:30 ` [PATCH 2/2] PCI: mt7621: remove unused function pcie_rmw() Sergio Paracuellos
2022-01-26  0:04 ` [PATCH 0/2] PCI: mt7621: address some kernel test robot reported warnings Bjorn Helgaas
2022-01-26  6:12   ` Sergio Paracuellos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome