Commit 99c2caa6 authored by Herman's avatar Herman Committed by Mauro Carvalho Chehab

media: drivers/media/usb/em28xx/em28xx-cards.c : fix typo issues

change 'Configuare' into 'Configure'
change 'Configuared' into 'Configured'
Signed-off-by: default avatarHerman <yanshuaijun@yulong.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent b7fdd208
...@@ -4065,15 +4065,15 @@ static int em28xx_usb_probe(struct usb_interface *intf, ...@@ -4065,15 +4065,15 @@ static int em28xx_usb_probe(struct usb_interface *intf,
dev->dev_next->dvb_max_pkt_size_isoc = dev->dvb_max_pkt_size_isoc_ts2; dev->dev_next->dvb_max_pkt_size_isoc = dev->dvb_max_pkt_size_isoc_ts2;
dev->dev_next->dvb_alt_isoc = dev->dvb_alt_isoc; dev->dev_next->dvb_alt_isoc = dev->dvb_alt_isoc;
/* Configuare hardware to support TS2*/ /* Configure hardware to support TS2*/
if (dev->dvb_xfer_bulk) { if (dev->dvb_xfer_bulk) {
/* The ep4 and ep5 are configuared for BULK */ /* The ep4 and ep5 are configured for BULK */
em28xx_write_reg(dev, 0x0b, 0x96); em28xx_write_reg(dev, 0x0b, 0x96);
mdelay(100); mdelay(100);
em28xx_write_reg(dev, 0x0b, 0x80); em28xx_write_reg(dev, 0x0b, 0x80);
mdelay(100); mdelay(100);
} else { } else {
/* The ep4 and ep5 are configuared for ISO */ /* The ep4 and ep5 are configured for ISO */
em28xx_write_reg(dev, 0x0b, 0x96); em28xx_write_reg(dev, 0x0b, 0x96);
mdelay(100); mdelay(100);
em28xx_write_reg(dev, 0x0b, 0x82); em28xx_write_reg(dev, 0x0b, 0x82);
......
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