diff options
-rw-r--r-- | arch/powerpc/kernel/vio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/vio.c b/arch/powerpc/kernel/vio.c index 2cda65b8171b..fe92727aca30 100644 --- a/arch/powerpc/kernel/vio.c +++ b/arch/powerpc/kernel/vio.c | |||
@@ -71,7 +71,7 @@ static struct iommu_table *vio_build_iommu_table(struct vio_dev *dev) | |||
71 | { | 71 | { |
72 | #ifdef CONFIG_PPC_ISERIES | 72 | #ifdef CONFIG_PPC_ISERIES |
73 | if (firmware_has_feature(FW_FEATURE_ISERIES)) { | 73 | if (firmware_has_feature(FW_FEATURE_ISERIES)) { |
74 | if (strcmp(dev->type, "vlan") == 0) | 74 | if (strcmp(dev->type, "network") == 0) |
75 | return &veth_iommu_table; | 75 | return &veth_iommu_table; |
76 | return &vio_iommu_table; | 76 | return &vio_iommu_table; |
77 | } else | 77 | } else |