From: Brian Masney Date: Sat, 12 Nov 2016 18:19:37 +0000 (-0500) Subject: staging: iio: tsl2583: remove comment for tsl2583_probe() X-Git-Tag: v4.10-rc1~148^2~229^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fafc5631d664079c637f158d8dc05887356982af;p=karo-tx-linux.git 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 Signed-off-by: Jonathan Cameron --- 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) {