[PATCH 2/2] iio: pressure: mpl115: remove stale TODO comment
From: Neel Bullywon
Date: Sat Feb 21 2026 - 12:26:51 EST
System suspend/resume support has been added in the previous commit,
so remove the TODO comment that was requesting it.
Signed-off-by: Neel Bullywon <neelb2403@xxxxxxxxx>
---
drivers/iio/pressure/mpl115.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/iio/pressure/mpl115.c b/drivers/iio/pressure/mpl115.c
index 29794ce53bc6..93f1388cbe27 100644
--- a/drivers/iio/pressure/mpl115.c
+++ b/drivers/iio/pressure/mpl115.c
@@ -3,8 +3,6 @@
* mpl115.c - Support for Freescale MPL115A pressure/temperature sensor
*
* Copyright (c) 2014 Peter Meerwald <pmeerw@xxxxxxxxxx>
- *
- * TODO: synchronization with system suspend
*/
#include <linux/module.h>
--
2.44.0