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
a17139b6
Commit
a17139b6
authored
Mar 14, 2011
by
Jeff Garzik
Committed by
Jeff Garzik
Mar 14, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pata_arasan_cf: fix printk format string warning
Signed-off-by:
Jeff Garzik
<
jgarzik@redhat.com
>
parent
a480167b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
drivers/ata/pata_arasan_cf.c
drivers/ata/pata_arasan_cf.c
+2
-1
No files found.
drivers/ata/pata_arasan_cf.c
View file @
a17139b6
...
...
@@ -881,7 +881,8 @@ static int __devinit arasan_cf_probe(struct platform_device *pdev)
ap
->
ioaddr
.
altstatus_addr
=
acdev
->
vbase
+
ATA_ASTS_DCTR
;
ap
->
ioaddr
.
ctl_addr
=
acdev
->
vbase
+
ATA_ASTS_DCTR
;
ata_port_desc
(
ap
,
"phy_addr %x virt_addr %p"
,
res
->
start
,
acdev
->
vbase
);
ata_port_desc
(
ap
,
"phy_addr %llx virt_addr %p"
,
(
unsigned
long
long
)
res
->
start
,
acdev
->
vbase
);
ret
=
cf_init
(
acdev
);
if
(
ret
)
...
...
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