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
242bfafc
Commit
242bfafc
authored
Oct 29, 2008
by
Jesper Nilsson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-next' of
git://www.jni.nu/cris
into cris_merge
parents
1d63e726
a54373ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/asm-cris/arch-v32/io.h
include/asm-cris/arch-v32/io.h
+2
-2
No files found.
include/asm-cris/arch-v32/io.h
View file @
242bfafc
...
...
@@ -43,7 +43,7 @@ extern struct crisv32_iopin crisv32_led_net1_red;
static
inline
void
crisv32_io_set
(
struct
crisv32_iopin
*
iopin
,
int
val
)
{
long
flags
;
unsigned
long
flags
;
spin_lock_irqsave
(
&
iopin
->
port
->
lock
,
flags
);
if
(
val
)
...
...
@@ -57,7 +57,7 @@ static inline void crisv32_io_set(struct crisv32_iopin *iopin, int val)
static
inline
void
crisv32_io_set_dir
(
struct
crisv32_iopin
*
iopin
,
enum
crisv32_io_dir
dir
)
{
long
flags
;
unsigned
long
flags
;
spin_lock_irqsave
(
&
iopin
->
port
->
lock
,
flags
);
if
(
dir
==
crisv32_io_dir_in
)
...
...
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