summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorPali Rohár <[email protected]>2021-10-22 16:22:09 +0200
committerStefan Roese <[email protected]>2021-11-03 06:45:26 +0100
commit657177ad8e240ea520eba26da5c0ba47bd935787 (patch)
tree5619cd3ba138948d2f14bb2b26f3044ecaa5fdb0 /scripts/checkpatch.pl
parentdaa9bfdb9cff9cc7ff0ad93383bbaf2bd618ab5e (diff)
pci: pci_mvebu: Fix read_config() with PCI_SIZE_8 or PCI_SIZE_16
When reading 8 or 16 bits from config space, use appropriate readb() or readw() calls. This ensures that PCIe controller does not read more bits from endpoint card as asked by read_config() function. Technically there should not be an issue with reading data from config space which are not later used as there are no clear-by-read registers. But it is better to use correct read operation based on requested size. Signed-off-by: Pali Rohár <[email protected]> Reviewed-by: Marek Behún <[email protected]> Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions