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
9b06d9fd
Commit
9b06d9fd
authored
Oct 04, 2003
by
Rusty Russell
Committed by
Linus Torvalds
Oct 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] unused variable in drivers_char_esp.c
From: krishnakumar@naturesoft.net
parent
0d4f14fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/char/esp.c
drivers/char/esp.c
+1
-1
No files found.
drivers/char/esp.c
View file @
9b06d9fd
...
...
@@ -2612,7 +2612,7 @@ int __init espserial_init(void)
static
void
__exit
espserial_exit
(
void
)
{
unsigned
long
flags
;
int
e1
,
e2
;
int
e1
;
unsigned
int
region_start
,
region_end
;
struct
esp_struct
*
temp_async
;
struct
esp_pio_buffer
*
pio_buf
;
...
...
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