Skip to content

Commit 86d87ba

Browse files
committed
fixup! iommu/dart: Track if the DART is locked
1 parent 6df928a commit 86d87ba

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/iommu/apple-dart.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,8 +1008,6 @@ static int apple_dart_of_xlate(struct device *dev,
10081008
return -EINVAL;
10091009
if (cfg_dart->ias != dart->ias)
10101010
return -EINVAL;
1011-
if (cfg_dart->locked != dart->locked)
1012-
return -EINVAL;
10131011
}
10141012

10151013
cfg->supports_bypass &= dart->supports_bypass;

0 commit comments

Comments
 (0)