Nicholas Krause wrote:
> Removes the no longer fix me comment for if we need to set the tuner status 
> with
> the line, avc_tuner_status(fdtv, &stat). This line is needed in order to set 
> the
> tuner status after we have through the switch statement checking what fdtv 
> function
> we need to call to use to try and setup the hardware successfully.

You have attempted to describe what fdtv_ca_ioctl() does, but your description
lacks any understanding of what avc_tuner_status() does, or how it might affect
the device, or whether it is necessary.

Please stop spamming us with useless patches.

> Signed-off-by: Nicholas Krause <xerofo...@gmail.com>
> ---
>  drivers/media/firewire/firedtv-ci.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/media/firewire/firedtv-ci.c 
> b/drivers/media/firewire/firedtv-ci.c
> index e63f582..9c038ba 100644
> --- a/drivers/media/firewire/firedtv-ci.c
> +++ b/drivers/media/firewire/firedtv-ci.c
> @@ -201,7 +201,6 @@ static int fdtv_ca_ioctl(struct file *file, unsigned int 
> cmd, void *arg)
>               err = -EOPNOTSUPP;
>       }
>
> -     /* FIXME Is this necessary? */
>       avc_tuner_status(fdtv, &stat);
>
>       return err;
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to