projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05d3ef8
)
parisc: sba-iommu: Fix comment when calculating IOC number
author
Helge Deller
<deller@gmx.de>
Tue, 17 Oct 2023 18:40:45 +0000
(20:40 +0200)
committer
Helge Deller
<deller@gmx.de>
Mon, 30 Oct 2023 13:54:40 +0000
(14:54 +0100)
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/parisc/sba_iommu.c
patch
|
blob
|
history
diff --git
a/drivers/parisc/sba_iommu.c
b/drivers/parisc/sba_iommu.c
index 05e7103d1d407a97298bc68196ddde7ee4730283..784037837f65e0e439ec44663169678171073722 100644
(file)
--- a/
drivers/parisc/sba_iommu.c
+++ b/
drivers/parisc/sba_iommu.c
@@
-2007,7
+2007,7
@@
void * sba_get_iommu(struct parisc_device *pci_hba)
struct parisc_device *sba_dev = parisc_parent(pci_hba);
struct sba_device *sba = dev_get_drvdata(&sba_dev->dev);
char t = sba_dev->id.hw_type;
- int iocnum = (pci_hba->hw_path >> 3); /*
rope
# */
+ int iocnum = (pci_hba->hw_path >> 3); /*
IOC
# */
WARN_ON((t != HPHW_IOA) && (t != HPHW_BCPORT));