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
1e57188a
Commit
1e57188a
authored
Jan 28, 2004
by
Linda Xie
Committed by
Linus Torvalds
Jan 28, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] PCI Hotplug: add unlimited PHP slot name lengths support
parent
272b06a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/pci/hotplug/pci_hotplug_core.c
drivers/pci/hotplug/pci_hotplug_core.c
+1
-1
No files found.
drivers/pci/hotplug/pci_hotplug_core.c
View file @
1e57188a
...
...
@@ -571,7 +571,7 @@ int pci_hp_register (struct hotplug_slot *slot)
if
((
slot
->
info
==
NULL
)
||
(
slot
->
ops
==
NULL
))
return
-
EINVAL
;
strlcpy
(
slot
->
kobj
.
name
,
slot
->
name
,
KOBJ_NAME_LEN
);
kobject_set_name
(
&
slot
->
kobj
,
slot
->
name
);
kobj_set_kset_s
(
slot
,
pci_hotplug_slots_subsys
);
/* this can fail if we have already registered a slot with the same name */
...
...
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