Bjorn Helgaas db02e176f5 PCI/AER: Use explicit register sizes for struct members
aer_irq() reads the AER Root Error Status and Error Source Identification
(PCI_ERR_ROOT_STATUS and PCI_ERR_ROOT_ERR_SRC) registers directly into
struct aer_err_source.  Both registers are 32 bits, so declare the members
explicitly as "u32" instead of "unsigned int".

Similarly, aer_get_device_error_info() reads the AER Header Log
(PCI_ERR_HEADER_LOG) registers, which are also 32 bits, into struct
aer_header_log_regs.  Declare those members as "u32" as well.

No functional changes intended.

Link: https://lore.kernel.org/r/20231206224231.732765-4-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2024-01-02 16:51:39 -06:00
..
2022-03-02 11:26:17 -06:00
2023-10-28 13:31:05 -05:00
2023-04-07 17:39:53 -05:00
2022-10-24 14:57:30 -05:00
2023-10-24 16:55:45 -05:00
2023-10-24 16:55:45 -05:00
2023-09-11 15:24:16 -07:00
2023-10-24 16:55:45 -05:00