Skip to content

Commit f7161ac

Browse files
committed
fixup! iommu/dart: Support locked DARTs
1 parent 8208b1c commit f7161ac

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

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

0 commit comments

Comments
 (0)