Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
b01e3b07
Commit
b01e3b07
authored
Dec 30, 2008
by
Geert Uytterhoeven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
m68k: zorro - Use %pR to print resources
Signed-off-by:
Geert Uytterhoeven
<
geert@linux-m68k.org
>
parent
fae3306a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
drivers/zorro/zorro.c
drivers/zorro/zorro.c
+2
-4
No files found.
drivers/zorro/zorro.c
View file @
b01e3b07
...
...
@@ -165,10 +165,8 @@ static int __init zorro_init(void)
zorro_name_device
(
z
);
z
->
resource
.
name
=
z
->
name
;
if
(
request_resource
(
zorro_find_parent_resource
(
z
),
&
z
->
resource
))
printk
(
KERN_ERR
"Zorro: Address space collision on device %s "
"[%lx:%lx]
\n
"
,
z
->
name
,
(
unsigned
long
)
zorro_resource_start
(
z
),
(
unsigned
long
)
zorro_resource_end
(
z
));
pr_err
(
"Zorro: Address space collision on device %s %pR
\n
"
,
z
->
name
,
&
z
->
resource
);
sprintf
(
z
->
dev
.
bus_id
,
"%02x"
,
i
);
z
->
dev
.
parent
=
&
zorro_bus
.
dev
;
z
->
dev
.
bus
=
&
zorro_bus_type
;
...
...
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