Skip to content

Commit ae2b6c6

Browse files
Abhishek-Tamboli9tsbogend
authored andcommitted
MIPS: Fix Macro name
Add missing underscore in PCI_CFGA_BUS macro definition for consistency. Link: https://bugzilla.kernel.org/show_bug.cgi?id=219744 Signed-off-by: Abhishek Tamboli <abhishektamboli9@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent a759109 commit ae2b6c6

File tree

1 file changed

+1
-1
lines changed
  • arch/mips/include/asm/mach-rc32434

1 file changed

+1
-1
lines changed

arch/mips/include/asm/mach-rc32434/pci.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ struct pci_msu {
167167
#define PCI_CFGA_DEV 0x0000f800
168168
#define PCI_CFGA_DEV_INTERN 0
169169
#define PCI_CFGA_BUS_BIT 16
170-
#define PCI CFGA_BUS 0x00ff0000
170+
#define PCI_CFGA_BUS 0x00ff0000
171171
#define PCI_CFGA_BUS_TYPE0 0
172172
#define PCI_CFGA_EN (1 << 31)
173173

0 commit comments

Comments
 (0)