aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/go7007/wis-sony-tuner.c
diff options
context:
space:
mode:
authorPete Eberlein <pete@sensoray.com>2008-10-30 12:56:33 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:52:06 -0800
commitd73f822ce775e004836ffc01ce9feae27d0d65cf (patch)
tree4b731a46fdd6536417ff5f1ee8d2091500ccb83e /drivers/staging/go7007/wis-sony-tuner.c
parentStaging: echo: Lindent drivers/staging/echo (diff)
downloadlinux-dev-d73f822ce775e004836ffc01ce9feae27d0d65cf.tar.xz
linux-dev-d73f822ce775e004836ffc01ce9feae27d0d65cf.zip
Staging: go7007: saa7134 updates
- Added documentation including README files from the original go7007 driver package. - Added Video4Linux2 MPEG controls. - Added Video4Linux2 audio ioctls, which pass thru to the i2c driver. - Improved saa7134 interface, to pass thru controls and video settings. - Fixed a bug in sony tuner, as reported by Bifferos on the Go7007 wiki. Signed-off-by: Pete Eberlein <pete@sensoray.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/go7007/wis-sony-tuner.c')
-rw-r--r--drivers/staging/go7007/wis-sony-tuner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/go7007/wis-sony-tuner.c b/drivers/staging/go7007/wis-sony-tuner.c
index 5a91ee409a7c..58fddb122372 100644
--- a/drivers/staging/go7007/wis-sony-tuner.c
+++ b/drivers/staging/go7007/wis-sony-tuner.c
@@ -604,7 +604,7 @@ static int tuner_command(struct i2c_client *client, unsigned int cmd, void *arg)
{
struct v4l2_tuner *tun = arg;
- memset(t, 0, sizeof(*tun));
+ memset(tun, 0, sizeof(*tun));
strcpy(tun->name, "Television");
tun->type = V4L2_TUNER_ANALOG_TV;
tun->rangelow = 0UL; /* does anything use these? */