Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
cc59853b
Commit
cc59853b
authored
19 years ago
by
Al Viro
Browse files
Options
Downloads
Patches
Plain Diff
[PATCH] arch/x86_64/pci/mmconfig.c NULL noise removal
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
e80e28b6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/x86_64/pci/mmconfig.c
+1
-1
1 addition, 1 deletion
arch/x86_64/pci/mmconfig.c
with
1 addition
and
1 deletion
arch/x86_64/pci/mmconfig.c
+
1
−
1
View file @
cc59853b
...
...
@@ -49,7 +49,7 @@ static char __iomem *get_virt(unsigned int seg, unsigned bus)
return
pci_mmcfg_virt
[
0
].
virt
;
/* Fall back to type 0 */
return
0
;
return
NULL
;
}
static
char
__iomem
*
pci_dev_base
(
unsigned
int
seg
,
unsigned
int
bus
,
unsigned
int
devfn
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment