diff options
-rw-r--r-- | drivers/media/video/au0828/au0828-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/au0828/au0828-cards.c b/drivers/media/video/au0828/au0828-cards.c index 053bbe8c8e3a..830c4a933f63 100644 --- a/drivers/media/video/au0828/au0828-cards.c +++ b/drivers/media/video/au0828/au0828-cards.c | |||
@@ -136,9 +136,9 @@ int au0828_tuner_callback(void *priv, int component, int command, int arg) | |||
136 | /* Tuner Reset Command from xc5000 */ | 136 | /* Tuner Reset Command from xc5000 */ |
137 | /* Drive the tuner into reset and out */ | 137 | /* Drive the tuner into reset and out */ |
138 | au0828_clear(dev, REG_001, 2); | 138 | au0828_clear(dev, REG_001, 2); |
139 | mdelay(200); | 139 | mdelay(10); |
140 | au0828_set(dev, REG_001, 2); | 140 | au0828_set(dev, REG_001, 2); |
141 | mdelay(50); | 141 | mdelay(10); |
142 | return 0; | 142 | return 0; |
143 | } else { | 143 | } else { |
144 | printk(KERN_ERR | 144 | printk(KERN_ERR |