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
c42e8e05
Commit
c42e8e05
authored
6 years ago
by
Ulf Hansson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fixes' into next
parents
f09a7931
d58ac803
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/mmc/host/sdhci-acpi.c
drivers/mmc/host/sdhci-acpi.c
+1
-1
No files found.
drivers/mmc/host/sdhci-acpi.c
View file @
c42e8e05
...
...
@@ -680,7 +680,7 @@ static int sdhci_acpi_probe(struct platform_device *pdev)
host
->
hw_name
=
"ACPI"
;
host
->
ops
=
&
sdhci_acpi_ops_dflt
;
host
->
irq
=
platform_get_irq
(
pdev
,
0
);
if
(
host
->
irq
<
=
0
)
{
if
(
host
->
irq
<
0
)
{
err
=
-
EINVAL
;
goto
err_free
;
}
...
...
This diff is collapsed.
Click to expand it.
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