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
nexedi
linux
Commits
7bba6fe6
Commit
7bba6fe6
authored
Aug 26, 2002
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dead prototype, fix printk format string in rcpci45 net driver
parent
10715329
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
drivers/net/rcpci45.c
drivers/net/rcpci45.c
+1
-3
No files found.
drivers/net/rcpci45.c
View file @
7bba6fe6
...
...
@@ -92,8 +92,6 @@ static U32 DriverControlWord;
static
void
rc_timer
(
unsigned
long
);
static
int
RCinit
(
struct
net_device
*
);
static
int
RCopen
(
struct
net_device
*
);
static
int
RC_xmit_packet
(
struct
sk_buff
*
,
struct
net_device
*
);
static
void
RCinterrupt
(
int
,
void
*
,
struct
pt_regs
*
);
...
...
@@ -223,7 +221,7 @@ rcpci45_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
}
pDpa
->
PLanApiPA
=
(
void
*
)
(((
long
)
pDpa
->
msgbuf
+
0xff
)
&
~
0xff
);
dprintk
(
"pDpa->PLanApiPA =
0x%x
\n
"
,
(
uint
)
pDpa
->
PLanApiPA
);
dprintk
(
"pDpa->PLanApiPA =
%p
\n
"
,
pDpa
->
PLanApiPA
);
/* The adapter is accessible through memory-access read/write, not
* I/O read/write. Thus, we need to map it to some virtual address
...
...
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