Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
648732fc
Commit
648732fc
authored
Nov 04, 2009
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (13271a): Fix a badly solved merge conflict
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
26b9d6c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
drivers/media/dvb/dvb-usb/dib0700_devices.c
drivers/media/dvb/dvb-usb/dib0700_devices.c
+4
-4
No files found.
drivers/media/dvb/dvb-usb/dib0700_devices.c
View file @
648732fc
...
...
@@ -2135,10 +2135,6 @@ struct dvb_usb_device_properties dib0700_devices[] = {
.
num_adapters
=
1
,
.
adapter
=
{
{
.
caps
=
DVB_USB_ADAP_HAS_PID_FILTER
|
DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF
,
.
pid_filter_count
=
32
,
.
pid_filter
=
stk70x0p_pid_filter
,
.
pid_filter_ctrl
=
stk70x0p_pid_filter_ctrl
,
.
caps
=
DVB_USB_ADAP_HAS_PID_FILTER
|
DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF
,
.
pid_filter_count
=
32
,
.
pid_filter
=
stk70x0p_pid_filter
,
...
...
@@ -2210,6 +2206,10 @@ struct dvb_usb_device_properties dib0700_devices[] = {
.
num_adapters
=
1
,
.
adapter
=
{
{
.
caps
=
DVB_USB_ADAP_HAS_PID_FILTER
|
DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF
,
.
pid_filter_count
=
32
,
.
pid_filter
=
stk70x0p_pid_filter
,
.
pid_filter_ctrl
=
stk70x0p_pid_filter_ctrl
,
.
frontend_attach
=
stk7070p_frontend_attach
,
.
tuner_attach
=
dib7070p_tuner_attach
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment