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
nexedi
linux
Commits
91a86a96
Commit
91a86a96
authored
Dec 25, 2009
by
Eric Miao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] pxa/poodle: fix incorrect 'gpio_card_detect' of MMC
Signed-off-by:
Eric Miao
<
eric.y.miao@gmail.com
>
parent
f91e4906
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/arm/mach-pxa/poodle.c
arch/arm/mach-pxa/poodle.c
+1
-1
No files found.
arch/arm/mach-pxa/poodle.c
View file @
91a86a96
...
...
@@ -293,7 +293,7 @@ static struct pxamci_platform_data poodle_mci_platform_data = {
.
init
=
poodle_mci_init
,
.
setpower
=
poodle_mci_setpower
,
.
exit
=
poodle_mci_exit
,
.
gpio_card_detect
=
POODLE_
IRQ_
GPIO_nSD_DETECT
,
.
gpio_card_detect
=
POODLE_GPIO_nSD_DETECT
,
.
gpio_card_ro
=
POODLE_GPIO_nSD_WP
,
.
gpio_power
=
-
1
,
};
...
...
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