summaryrefslogtreecommitdiff
path: root/common/switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/switch.c')
-rw-r--r--common/switch.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/switch.c b/common/switch.c
index a8cf4eaebd..7a15fb144f 100644
--- a/common/switch.c
+++ b/common/switch.c
@@ -84,8 +84,9 @@ static void switch_init(void)
#endif
/*
- * TODO(rspangler): It's weird that flash_common.c owns reading the
- * write protect signal, but we enable the interrupt for it here.
+ * TODO(crosbug.com/p/23793): It's weird that flash_common.c owns
+ * reading the write protect signal, but we enable the interrupt for it
+ * here. Take ownership of WP back, or refactor it to its own module.
*/
#ifdef CONFIG_WP_ACTIVE_HIGH
gpio_enable_interrupt(GPIO_WP);