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
14dc8b59
Commit
14dc8b59
authored
Oct 05, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://bk.arm.linux.org.uk/linux-2.6-rmk
into home.osdl.org:/home/torvalds/v2.5/linux
parents
df49e752
980060bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/pcmcia/cs.c
drivers/pcmcia/cs.c
+2
-2
No files found.
drivers/pcmcia/cs.c
View file @
14dc8b59
...
...
@@ -479,9 +479,9 @@ static void shutdown_socket(struct pcmcia_socket *s)
{
int
status
;
s
kt
->
ops
->
get_status
(
skt
,
&
status
);
s
->
ops
->
get_status
(
s
,
&
status
);
if
(
status
&
SS_POWERON
)
{
printk
(
KERN_ERR
"PCMCIA: socket %p: *** DANGER *** unable to remove socket power
\n
"
,
s
kt
);
printk
(
KERN_ERR
"PCMCIA: socket %p: *** DANGER *** unable to remove socket power
\n
"
,
s
);
}
}
}
/* shutdown_socket */
...
...
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