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
Kirill Smelkov
linux
Commits
e0fc5b32
Commit
e0fc5b32
authored
Mar 24, 2011
by
Thomas Gleixner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm: stmp3xxx: Use generic_handle_irq()
Signed-off-by:
Thomas Gleixner
<
tglx@linutronix.de
>
parent
7222f391
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
arch/arm/plat-stmp3xxx/pinmux.c
arch/arm/plat-stmp3xxx/pinmux.c
+1
-2
No files found.
arch/arm/plat-stmp3xxx/pinmux.c
View file @
e0fc5b32
...
...
@@ -495,8 +495,7 @@ static void stmp3xxx_gpio_irq(u32 irq, struct irq_desc *desc)
while
(
stat
)
{
if
(
stat
&
1
)
irq_desc
[
gpio_irq
].
handle_irq
(
gpio_irq
,
&
irq_desc
[
gpio_irq
]);
generic_handle_irq
(
gpio_irq
);
gpio_irq
++
;
stat
>>=
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