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
e0f13920
Commit
e0f13920
authored
Oct 23, 2007
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ni5010: kill unused variable
Signed-off-by:
Jeff Garzik
<
jgarzik@redhat.com
>
parent
0e6f7329
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
drivers/net/ni5010.c
drivers/net/ni5010.c
+0
-2
No files found.
drivers/net/ni5010.c
View file @
e0f13920
...
@@ -518,7 +518,6 @@ static void dump_packet(void *buf, int len)
...
@@ -518,7 +518,6 @@ static void dump_packet(void *buf, int len)
/* We have a good packet, get it out of the buffer. */
/* We have a good packet, get it out of the buffer. */
static
void
ni5010_rx
(
struct
net_device
*
dev
)
static
void
ni5010_rx
(
struct
net_device
*
dev
)
{
{
struct
ni5010_local
*
lp
=
netdev_priv
(
dev
);
int
ioaddr
=
dev
->
base_addr
;
int
ioaddr
=
dev
->
base_addr
;
unsigned
char
rcv_stat
;
unsigned
char
rcv_stat
;
struct
sk_buff
*
skb
;
struct
sk_buff
*
skb
;
...
@@ -577,7 +576,6 @@ static void ni5010_rx(struct net_device *dev)
...
@@ -577,7 +576,6 @@ static void ni5010_rx(struct net_device *dev)
PRINTK2
((
KERN_DEBUG
"%s: Received packet, size=%#4.4x
\n
"
,
PRINTK2
((
KERN_DEBUG
"%s: Received packet, size=%#4.4x
\n
"
,
dev
->
name
,
i_pkt_size
));
dev
->
name
,
i_pkt_size
));
}
}
static
int
process_xmt_interrupt
(
struct
net_device
*
dev
)
static
int
process_xmt_interrupt
(
struct
net_device
*
dev
)
...
...
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