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
4f941fdc
Commit
4f941fdc
authored
Nov 01, 2006
by
Dirk Behme
Committed by
Tony Lindgren
Nov 01, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DSP: Fix BUG in omap1_mbox_enable_irq
Fix BUG in omap1_mbox_enable_irq. Hiroshi may have a better fix.
parent
a36627d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
arch/arm/plat-omap/mailbox.c
arch/arm/plat-omap/mailbox.c
+1
-0
No files found.
arch/arm/plat-omap/mailbox.c
View file @
4f941fdc
...
...
@@ -237,6 +237,7 @@ static int omap_mbox_init(struct omap_mbox *mbox)
"failed to register mailbox interrupt:%d
\n
"
,
ret
);
goto
fail1
;
}
disable_mbox_irq
(
mbox
,
IRQ_RX
);
enable_mbox_irq
(
mbox
,
IRQ_RX
);
spin_lock_init
(
&
mbox
->
lock
);
...
...
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