Skip to content

Commit 82f7014

Browse files
committed
fixup! iommu/dart: Track if the DART is locked
1 parent 238d51c commit 82f7014

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
@@ -998,8 +998,6 @@ static int apple_dart_of_xlate(struct device *dev,
998998
if (cfg_dart) {
999999
if (cfg_dart->pgsize != dart->pgsize)
10001000
return -EINVAL;
1001-
if (cfg_dart->locked != dart->locked)
1002-
return -EINVAL;
10031001
}
10041002

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

0 commit comments

Comments
 (0)