Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
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-2.6.23
Commits
150a631f
Commit
150a631f
authored
Jan 14, 2006
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge master.kernel.org:/home/rmk/linux-2.6-mmc
parents
8d5c3150
51828abc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
drivers/mmc/mmc_block.c
drivers/mmc/mmc_block.c
+3
-2
No files found.
drivers/mmc/mmc_block.c
View file @
150a631f
...
@@ -462,9 +462,10 @@ static int mmc_blk_probe(struct mmc_card *card)
...
@@ -462,9 +462,10 @@ static int mmc_blk_probe(struct mmc_card *card)
if
(
err
)
if
(
err
)
goto
out
;
goto
out
;
printk
(
KERN_INFO
"%s: %s %s %luKiB %s
\n
"
,
printk
(
KERN_INFO
"%s: %s %s %l
l
uKiB %s
\n
"
,
md
->
disk
->
disk_name
,
mmc_card_id
(
card
),
mmc_card_name
(
card
),
md
->
disk
->
disk_name
,
mmc_card_id
(
card
),
mmc_card_name
(
card
),
get_capacity
(
md
->
disk
)
>>
1
,
md
->
read_only
?
"(ro)"
:
""
);
(
unsigned
long
long
)(
get_capacity
(
md
->
disk
)
>>
1
),
md
->
read_only
?
"(ro)"
:
""
);
mmc_set_drvdata
(
card
,
md
);
mmc_set_drvdata
(
card
,
md
);
add_disk
(
md
->
disk
);
add_disk
(
md
->
disk
);
...
...
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