summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Masney <masneyb@onstation.org>2016-11-12 13:19:37 -0500
committerJonathan Cameron <jic23@kernel.org>2016-11-13 13:07:31 +0000
commitfafc5631d664079c637f158d8dc05887356982af (patch)
treeb2d319629e3e498dee91b9648a5f9aa65b04fd68
parent2fb2848ff0aed03b3b42384e7289f1e58b2c4e36 (diff)
downloadlinux-fafc5631d664079c637f158d8dc05887356982af.tar.bz2
staging: iio: tsl2583: remove comment for tsl2583_probe()
The comment for tsl2583_probe() does not provide any useful value. This patch removes the comment. Signed-off-by: Brian Masney <masneyb@onstation.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
-rw-r--r--drivers/staging/iio/light/tsl2583.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/iio/light/tsl2583.c b/drivers/staging/iio/light/tsl2583.c
index 65b29ed60cc6..5af8e640d5db 100644
--- a/drivers/staging/iio/light/tsl2583.c
+++ b/drivers/staging/iio/light/tsl2583.c
@@ -782,10 +782,6 @@ static const struct iio_info tsl2583_info = {
.write_raw = tsl2583_write_raw,
};
-/*
- * Client probe function - When a valid device is found, the driver's device
- * data structure is updated, and initialization completes successfully.
- */
static int tsl2583_probe(struct i2c_client *clientp,
const struct i2c_device_id *idp)
{