Commit f712e535 authored by Shuah Khan's avatar Shuah Khan Committed by Mauro Carvalho Chehab

media: au0828: minor fix to a misleading comment in _close()

Fix a misleading comment in _close() and a spelling error.
Reviewed-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: default avatarShuah Khan <shuah@kernel.org>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 3eb87773
...@@ -1065,7 +1065,7 @@ static int au0828_v4l2_close(struct file *filp) ...@@ -1065,7 +1065,7 @@ static int au0828_v4l2_close(struct file *filp)
* streaming. * streaming.
* *
* On most USB devices like au0828 the tuner can * On most USB devices like au0828 the tuner can
* be safely put in sleep stare here if ALSA isn't * be safely put in sleep state here if ALSA isn't
* streaming. Exceptions are some very old USB tuner * streaming. Exceptions are some very old USB tuner
* models such as em28xx-based WinTV USB2 which have * models such as em28xx-based WinTV USB2 which have
* a separate audio output jack. The devices that have * a separate audio output jack. The devices that have
...@@ -1074,7 +1074,7 @@ static int au0828_v4l2_close(struct file *filp) ...@@ -1074,7 +1074,7 @@ static int au0828_v4l2_close(struct file *filp)
* so the s_power callback are silently ignored. * so the s_power callback are silently ignored.
* So, the current logic here does the following: * So, the current logic here does the following:
* Disable (put tuner to sleep) when * Disable (put tuner to sleep) when
* - ALSA and DVB aren't not streaming; * - ALSA and DVB aren't streaming.
* - the last V4L2 file handler is closed. * - the last V4L2 file handler is closed.
* *
* FIXME: * FIXME:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment