Bug 219744 - typo in mach-rc32434/pci.h PCI_CFGA_BUS definition
Summary: typo in mach-rc32434/pci.h PCI_CFGA_BUS definition
Status: NEW
Alias: None
Product: Platform Specific/Hardware
Classification: Unclassified
Component: MIPS (show other bugs)
Hardware: Mips32 Linux
: P3 low
Assignee: ralf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-01 23:17 UTC by Andrius V
Modified: 2025-02-01 23:17 UTC (History)
0 users

See Also:
Kernel Version:
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Andrius V 2025-02-01 23:17:42 UTC
Hi,

I noticed that arch/mips/include/asm/mach-rc32434/pci.h#L170 seems to have missing underscore in the definition: "#define PCI CFGA_BUS		0x00ff0000".

I believe it should be:
#define PCI_CFGA_BUS		0x00ff0000

Note You need to log in before you can comment on or make changes to this bug.