Skip to content

Commit 70d77da

Browse files
committed
fixup! iommu/dart: Support locked DARTs
1 parent 86d87ba commit 70d77da

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
@@ -1588,7 +1588,7 @@ static __maybe_unused int apple_dart_suspend(struct device *dev)
15881588
struct apple_dart *dart = dev_get_drvdata(dev);
15891589
unsigned int sid, idx;
15901590

1591-
/* Locked DARTs can't be restored so skip saving their registers/. */
1591+
/* Locked DARTs can't be restored so skip saving their registers. */
15921592
if (dart->locked)
15931593
return 0;
15941594

0 commit comments

Comments
 (0)