Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openvox-dahdi
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
Raptor Engineering Public Development
openvox-dahdi
Commits
f06b7aa4
Commit
f06b7aa4
authored
Nov 06, 2020
by
Harald Welte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adapt te11xp to DAHDI API changes since its removal
parent
7426a93f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/dahdi/wcte11xp.c
drivers/dahdi/wcte11xp.c
+2
-2
No files found.
drivers/dahdi/wcte11xp.c
View file @
f06b7aa4
...
...
@@ -1340,7 +1340,7 @@ static void t1_do_counters(struct t1 *wc)
spin_unlock_irqrestore
(
&
wc
->
lock
,
flags
);
}
DAHDI_IRQ_HANDLER
(
t1xxp_interrupt
)
static
irqreturn_t
t1xxp_interrupt
(
int
irq
,
void
*
dev_id
)
{
struct
t1
*
wc
=
dev_id
;
unsigned
char
ints
;
...
...
@@ -1630,7 +1630,7 @@ static struct pci_driver t1xxp_driver = {
static
int
__init
t1xxp_init
(
void
)
{
int
res
;
res
=
dahdi_pci_module
(
&
t1xxp_driver
);
res
=
pci_register_driver
(
&
t1xxp_driver
);
if
(
res
)
return
-
ENODEV
;
return
0
;
...
...
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