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
0dc49eb2
Commit
0dc49eb2
authored
Feb 15, 2017
by
Bjorn Helgaas
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pci/resource' into next
* pci/resource: PCI: Remove res_to_dev_res() debug message
parents
3ec2574e
25e77388
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
10 deletions
+1
-10
drivers/pci/setup-bus.c
drivers/pci/setup-bus.c
+1
-10
No files found.
drivers/pci/setup-bus.c
View file @
0dc49eb2
...
...
@@ -105,17 +105,8 @@ static struct pci_dev_resource *res_to_dev_res(struct list_head *head,
struct
pci_dev_resource
*
dev_res
;
list_for_each_entry
(
dev_res
,
head
,
list
)
{
if
(
dev_res
->
res
==
res
)
{
int
idx
=
res
-
&
dev_res
->
dev
->
resource
[
0
];
dev_printk
(
KERN_DEBUG
,
&
dev_res
->
dev
->
dev
,
"res[%d]=%pR res_to_dev_res add_size %llx min_align %llx
\n
"
,
idx
,
dev_res
->
res
,
(
unsigned
long
long
)
dev_res
->
add_size
,
(
unsigned
long
long
)
dev_res
->
min_align
);
if
(
dev_res
->
res
==
res
)
return
dev_res
;
}
}
return
NULL
;
...
...
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