Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
oai
odroid-linux-3.10.y-rt
Commits
a3bf9a8c
Commit
a3bf9a8c
authored
Aug 11, 2015
by
Dongjin Kim
Committed by
Gerrit Code Review
Aug 11, 2015
Browse files
Options
Browse Files
Download
Plain Diff
Merge "media/rc: Fix taint warning when driver is loaded" into odroidxu3-3.10.y
parents
f4401ce8
c428c5cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/media/rc/gpioplug-ir-recv.c
drivers/media/rc/gpioplug-ir-recv.c
+1
-1
No files found.
drivers/media/rc/gpioplug-ir-recv.c
View file @
a3bf9a8c
...
@@ -51,7 +51,7 @@ static int __init gpio_init(void)
...
@@ -51,7 +51,7 @@ static int __init gpio_init(void)
if
(
!
pdev
)
if
(
!
pdev
)
return
rc
;
return
rc
;
pdata
=
devm_
kzalloc
(
&
pdev
->
dev
,
sizeof
(
*
pdata
),
GFP_KERNEL
);
pdata
=
kzalloc
(
sizeof
(
*
pdata
),
GFP_KERNEL
);
if
(
!
pdata
)
if
(
!
pdata
)
goto
err_free_platform_data
;
goto
err_free_platform_data
;
...
...
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