Skip to content

Commit 81de521

Browse files
committed
fixup! iommu/dart: Track if the DART is locked
1 parent 0c8941b commit 81de521

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
@@ -1003,8 +1003,6 @@ static int apple_dart_of_xlate(struct device *dev,
10031003
return -EINVAL;
10041004
if (cfg_dart->ias != dart->ias)
10051005
return -EINVAL;
1006-
if (cfg_dart->locked != dart->locked)
1007-
return -EINVAL;
10081006
}
10091007

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

0 commit comments

Comments
 (0)