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
b150d279
Commit
b150d279
authored
Feb 06, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Plain Diff
Merge soap.kroah.net:/home/greg/linux/BK/gregkh-2.5
into soap.kroah.net:/home/greg/linux/BK/usb-1
parents
6022ea62
bd39f47f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/hotplug/pci_hotplug_core.c
drivers/hotplug/pci_hotplug_core.c
+3
-3
No files found.
drivers/hotplug/pci_hotplug_core.c
View file @
b150d279
...
@@ -414,7 +414,7 @@ static int get_mount (void)
...
@@ -414,7 +414,7 @@ static int get_mount (void)
}
}
spin_unlock
(
&
mount_lock
);
spin_unlock
(
&
mount_lock
);
mnt
=
kern_mount
(
&
pcihpfs_
fs_
type
);
mnt
=
kern_mount
(
&
pcihpfs_type
);
if
(
IS_ERR
(
mnt
))
{
if
(
IS_ERR
(
mnt
))
{
err
(
"could not mount the fs...erroring out!
\n
"
);
err
(
"could not mount the fs...erroring out!
\n
"
);
return
-
ENODEV
;
return
-
ENODEV
;
...
@@ -1114,7 +1114,7 @@ static int __init pci_hotplug_init (void)
...
@@ -1114,7 +1114,7 @@ static int __init pci_hotplug_init (void)
spin_lock_init
(
&
list_lock
);
spin_lock_init
(
&
list_lock
);
dbg
(
"registering filesystem.
\n
"
);
dbg
(
"registering filesystem.
\n
"
);
result
=
register_filesystem
(
&
pcihpfs_
fs_
type
);
result
=
register_filesystem
(
&
pcihpfs_type
);
if
(
result
)
{
if
(
result
)
{
err
(
"register_filesystem failed with %d
\n
"
,
result
);
err
(
"register_filesystem failed with %d
\n
"
,
result
);
goto
exit
;
goto
exit
;
...
@@ -1128,7 +1128,7 @@ static int __init pci_hotplug_init (void)
...
@@ -1128,7 +1128,7 @@ static int __init pci_hotplug_init (void)
static
void
__exit
pci_hotplug_exit
(
void
)
static
void
__exit
pci_hotplug_exit
(
void
)
{
{
unregister_filesystem
(
&
pcihpfs_
fs_
type
);
unregister_filesystem
(
&
pcihpfs_type
);
}
}
module_init
(
pci_hotplug_init
);
module_init
(
pci_hotplug_init
);
...
...
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