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
09adfe45
Commit
09adfe45
authored
Jun 04, 2009
by
Pierre Ossman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cb710: fix printk format string
Signed-off-by:
Pierre Ossman
<
pierre@ossman.eu
>
parent
5f5bac82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/mmc/host/cb710-mmc.c
drivers/mmc/host/cb710-mmc.c
+1
-1
No files found.
drivers/mmc/host/cb710-mmc.c
View file @
09adfe45
...
@@ -219,7 +219,7 @@ static void cb710_mmc_set_transfer_size(struct cb710_slot *slot,
...
@@ -219,7 +219,7 @@ static void cb710_mmc_set_transfer_size(struct cb710_slot *slot,
cb710_write_port_32
(
slot
,
CB710_MMC_TRANSFER_SIZE_PORT
,
cb710_write_port_32
(
slot
,
CB710_MMC_TRANSFER_SIZE_PORT
,
((
count
-
1
)
<<
16
)
|
(
blocksize
-
1
));
((
count
-
1
)
<<
16
)
|
(
blocksize
-
1
));
dev_vdbg
(
cb710_slot_dev
(
slot
),
"set up for %
d block%s of %d
bytes
\n
"
,
dev_vdbg
(
cb710_slot_dev
(
slot
),
"set up for %
zu block%s of %zu
bytes
\n
"
,
count
,
count
==
1
?
""
:
"s"
,
blocksize
);
count
,
count
==
1
?
""
:
"s"
,
blocksize
);
}
}
...
...
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