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>
This commit is contained in:
Brian Masney 2016-11-12 13:19:37 -05:00 committed by Jonathan Cameron
parent 2fb2848ff0
commit fafc5631d6
1 changed files with 0 additions and 4 deletions

View File

@ -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)
{