Skip to content

Commit 6c90c33

Browse files
committed
fixup! iommu/dart: Support locked DARTs
1 parent 82f7014 commit 6c90c33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/iommu/apple-dart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ static __maybe_unused int apple_dart_suspend(struct device *dev)
15781578
struct apple_dart *dart = dev_get_drvdata(dev);
15791579
unsigned int sid, idx;
15801580

1581-
/* Locked DARTs can't be restored so skip saving their registers/. */
1581+
/* Locked DARTs can't be restored so skip saving their registers. */
15821582
if (dart->locked)
15831583
return 0;
15841584

0 commit comments

Comments
 (0)