aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/power.c
diff options
context:
space:
mode:
authorOscar Carter <oscar.carter@gmx.com>2020-04-25 15:42:57 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-04-28 14:16:50 +0200
commitf5e5e3024c1ea8b7dd04f5ac3f89afe08d470233 (patch)
tree311cd29b78bbda9f4d0f6b46ed1fc58283417600 /drivers/staging/vt6656/power.c
parentstaging: vt6656: Check the return value of vnt_control_out_* calls (diff)
downloadlinux-dev-f5e5e3024c1ea8b7dd04f5ac3f89afe08d470233.tar.xz
linux-dev-f5e5e3024c1ea8b7dd04f5ac3f89afe08d470233.zip
staging: vt6656: Remove functions' documentation
Remove the functions' documentation as the names of the functions are clear enought. Also, the actual documentation it's not correct in all cases. Signed-off-by: Oscar Carter <oscar.carter@gmx.com> Link: https://lore.kernel.org/r/20200425134257.4502-3-oscar.carter@gmx.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/power.c')
-rw-r--r--drivers/staging/vt6656/power.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/vt6656/power.c b/drivers/staging/vt6656/power.c
index 2d8d5a332a63..d160a0773943 100644
--- a/drivers/staging/vt6656/power.c
+++ b/drivers/staging/vt6656/power.c
@@ -77,16 +77,6 @@ void vnt_enable_power_saving(struct vnt_private *priv, u16 listen_interval)
dev_dbg(&priv->usb->dev, "PS:Power Saving Mode Enable...\n");
}
-/*
- *
- * Routine Description:
- * Disable hw power saving functions
- *
- * Return Value:
- * None.
- *
- */
-
int vnt_disable_power_saving(struct vnt_private *priv)
{
int ret;