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
c6fe6b07
Commit
c6fe6b07
authored
Aug 02, 2009
by
Helge Deller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: hp_sdc_mlc.c - check return value of down_trylock()
Signed-off-by:
Helge Deller
<
deller@gmx.de
>
parent
b10ff54f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/input/serio/hp_sdc_mlc.c
drivers/input/serio/hp_sdc_mlc.c
+1
-1
No files found.
drivers/input/serio/hp_sdc_mlc.c
View file @
c6fe6b07
...
...
@@ -296,7 +296,7 @@ static void hp_sdc_mlc_out(hil_mlc *mlc)
priv
->
tseq
[
3
]
=
0
;
if
(
mlc
->
opacket
&
HIL_CTRL_APE
)
{
priv
->
tseq
[
3
]
|=
HP_SDC_LPC_APE_IPF
;
down_trylock
(
&
mlc
->
csem
);
BUG_ON
(
down_trylock
(
&
mlc
->
csem
)
);
}
enqueue:
hp_sdc_enqueue_transaction
(
&
priv
->
trans
);
...
...
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