projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb2848
)
staging: iio: tsl2583: remove comment for tsl2583_probe()
author
Brian Masney
<masneyb@onstation.org>
Sat, 12 Nov 2016 18:19:37 +0000
(13:19 -0500)
committer
Jonathan Cameron
<jic23@kernel.org>
Sun, 13 Nov 2016 13:07:31 +0000
(13:07 +0000)
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>
drivers/staging/iio/light/tsl2583.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/iio/light/tsl2583.c
b/drivers/staging/iio/light/tsl2583.c
index 65b29ed60cc6e32f566cfb963499f964ed6420cf..5af8e640d5dbfd68fd3ae23ddddd0a3d8db89fdb 100644
(file)
--- 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)
{