Skip to content

Commit 1dc9606

Browse files
committed
fixup! iommu/dart: Support locked DARTs
1 parent 81de521 commit 1dc9606

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
@@ -1583,7 +1583,7 @@ static __maybe_unused int apple_dart_suspend(struct device *dev)
15831583
struct apple_dart *dart = dev_get_drvdata(dev);
15841584
unsigned int sid, idx;
15851585

1586-
/* Locked DARTs can't be restored so skip saving their registers/. */
1586+
/* Locked DARTs can't be restored so skip saving their registers. */
15871587
if (dart->locked)
15881588
return 0;
15891589

0 commit comments

Comments
 (0)