ipmi: ssif: Remove finished TODO comment about SMBus alert
authorMisono Tomohiro <misono.tomohiro@jp.fujitsu.com>
Wed, 24 Jun 2020 06:54:04 +0000 (15:54 +0900)
committerCorey Minyard <cminyard@mvista.com>
Wed, 24 Jun 2020 11:41:42 +0000 (06:41 -0500)
commit 9162052173d2 ("ipmi: Add alert handling to SSIF") introduces
support of SMBus alert. So, just remove TODO comment in order not to
confuse future readers.

Signed-off-by: Misono Tomohiro <misono.tomohiro@jp.fujitsu.com>
Message-Id: <20200624065405.17653-2-misono.tomohiro@jp.fujitsu.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_ssif.c

index 198b65d45c5e68a45790433179f25022db055e4b..0416b9c9d410541b21a1902f001f99613075f79e 100644 (file)
  * and drives the real SSIF state machine.
  */
 
-/*
- * TODO: Figure out how to use SMB alerts.  This will require a new
- * interface into the I2C driver, I believe.
- */
-
 #define pr_fmt(fmt) "ipmi_ssif: " fmt
 #define dev_fmt(fmt) "ipmi_ssif: " fmt