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
6a259f29
Commit
6a259f29
authored
Sep 14, 2005
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: OMAP: Fixed MMC compile
Fixed MMC compile
parent
89f99811
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/mmc/mmc_block.c
drivers/mmc/mmc_block.c
+1
-1
drivers/mmc/omap.c
drivers/mmc/omap.c
+1
-1
No files found.
drivers/mmc/mmc_block.c
View file @
6a259f29
...
...
@@ -371,7 +371,7 @@ static int mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req)
spin_unlock_irq
(
&
md
->
lock
);
/* If a command fails, the card might be removed. */
mmc_detect_change
(
card
->
host
);
mmc_detect_change
(
card
->
host
,
0
);
return
0
;
}
...
...
drivers/mmc/omap.c
View file @
6a259f29
...
...
@@ -612,7 +612,7 @@ static void mmc_omap_switch_handler(void *data)
host
->
switch_last_state
=
cover_open
;
}
DBG
(
"MMC cover switch handler started
\n
"
);
mmc_detect_change
(
host
->
mmc
);
mmc_detect_change
(
host
->
mmc
,
0
);
list_for_each_entry
(
card
,
&
host
->
mmc
->
cards
,
node
)
{
if
(
mmc_card_present
(
card
))
cards
++
;
...
...
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