diff options
author | Patrick Boettcher <pboettcher@kernellabs.com> | 2011-04-03 12:28:08 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-04-04 15:58:15 -0300 |
commit | 7f4d527f0bf3ddc8c257b21fb9bbada5e49f0ef0 (patch) | |
tree | 6db45df403b500e6515c0a2d8b4373c194b13fe4 /drivers/media | |
parent | 3e858759f72931683cb4a938871bac7a87d0de56 (diff) | |
download | linux-7f4d527f0bf3ddc8c257b21fb9bbada5e49f0ef0.tar.gz linux-7f4d527f0bf3ddc8c257b21fb9bbada5e49f0ef0.tar.bz2 linux-7f4d527f0bf3ddc8c257b21fb9bbada5e49f0ef0.zip |
[media] DIB0700: fix typo in dib0700_devices.c
Fix typo introduced in b4d6046e841955be9cc49164b03b91c9524f9c2e.
Spotted by Dr. David Alan Gilbert. Thanks for that.
Signed-off-by: Patrick Boettcher <pboettcher@kernellabs.com>
Cc: Dr. David Alan Gilbert <linux@treblig.org>
Cc: stable@kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dib0700_devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c b/drivers/media/dvb/dvb-usb/dib0700_devices.c index 97af266d7f1d..72e2370c99fe 100644 --- a/drivers/media/dvb/dvb-usb/dib0700_devices.c +++ b/drivers/media/dvb/dvb-usb/dib0700_devices.c @@ -2162,7 +2162,7 @@ struct dibx000_agc_config dib7090_agc_config[2] = { .agc1_pt3 = 98, .agc1_slope1 = 0, .agc1_slope2 = 167, - .agc1_pt1 = 98, + .agc2_pt1 = 98, .agc2_pt2 = 255, .agc2_slope1 = 104, .agc2_slope2 = 0, |