[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191028225926.8951-3-samuil.ivanovbg@gmail.com>
Date: Tue, 29 Oct 2019 00:59:26 +0200
From: Samuil Ivanov <samuil.ivanovbg@...il.com>
To: rspringer@...gle.com, toddpoynor@...gle.com, benchan@...omium.org,
gregkh@...uxfoundation.org
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Samuil Ivanov <samuil.ivanovbg@...il.com>
Subject: [PATCH 2/2] Staging: gasket: Clean apex_get_status function of comment
After implementing the function to check the status of the driver,
there is no longer need for this comment.
Signed-off-by: Samuil Ivanov <samuil.ivanovbg@...il.com>
---
drivers/staging/gasket/apex_driver.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/gasket/apex_driver.c b/drivers/staging/gasket/apex_driver.c
index a5dd6f3c367d..67cdb4f5da8e 100644
--- a/drivers/staging/gasket/apex_driver.c
+++ b/drivers/staging/gasket/apex_driver.c
@@ -246,7 +246,6 @@ module_param(bypass_top_level, int, 0644);
/* Check the device status registers and return device status ALIVE or DEAD. */
static int apex_get_status(struct gasket_dev *gasket_dev)
{
- /* TODO: Check device status. */
if (gasket_dev->status == GASKET_STATUS_DEAD)
return GASKET_STATUS_DEAD;
--
2.17.1
Powered by blists - more mailing lists