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
a5a4fada
Commit
a5a4fada
authored
Dec 08, 2002
by
Arnaldo Carvalho de Melo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
o wanpipe: test_bit and friends requires a long pointer
parent
af7eff0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/net/wan/sdlamain.c
drivers/net/wan/sdlamain.c
+1
-1
include/linux/wanpipe.h
include/linux/wanpipe.h
+1
-1
No files found.
drivers/net/wan/sdlamain.c
View file @
a5a4fada
...
...
@@ -503,7 +503,7 @@ static int setup (wan_device_t* wandev, wandev_conf_t* conf)
}
}
else
{
printk
(
KERN_INFO
"%s: Card Configured %
i
or Piggybacking %i!
\n
"
,
printk
(
KERN_INFO
"%s: Card Configured %
lu
or Piggybacking %i!
\n
"
,
wandev
->
name
,
card
->
configured
,
card
->
wandev
.
piggyback
);
}
...
...
include/linux/wanpipe.h
View file @
a5a4fada
...
...
@@ -358,7 +358,7 @@ typedef struct sdla
char
in_isr
;
/* interrupt-in-service flag */
char
buff_int_mode_unbusy
;
/* flag for carrying out dev_tint */
char
dlci_int_mode_unbusy
;
/* flag for carrying out dev_tint */
char
configured
;
/* flag for previous configurations */
long
configured
;
/* flag for previous configurations */
unsigned
short
irq_dis_if_send_count
;
/* Disabling irqs in if_send*/
unsigned
short
irq_dis_poll_count
;
/* Disabling irqs in poll routine*/
...
...
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