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
cacc0cc8
Commit
cacc0cc8
authored
Jan 24, 2008
by
Jesper Nilsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CRIS v32: Change name of LED macros in drivers/mach-a3/gpio.c to avoid collision.
parent
935a847b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
arch/cris/arch-v32/drivers/mach-a3/gpio.c
arch/cris/arch-v32/drivers/mach-a3/gpio.c
+7
-7
No files found.
arch/cris/arch-v32/drivers/mach-a3/gpio.c
View file @
cacc0cc8
...
...
@@ -788,8 +788,8 @@ gpio_leds_ioctl(unsigned int cmd, unsigned long arg)
case
IO_LEDACTIVE_SET
:
green
=
((
unsigned
char
)
arg
)
&
1
;
red
=
(((
unsigned
char
)
arg
)
>>
1
)
&
1
;
LED_ACTIVE_SET_G
(
green
);
LED_ACTIVE_SET_R
(
red
);
CRIS_
LED_ACTIVE_SET_G
(
green
);
CRIS_
LED_ACTIVE_SET_R
(
red
);
break
;
default:
...
...
@@ -957,11 +957,11 @@ gpio_init(void)
}
/* Clear all leds */
LED_NETWORK_GRP0_SET
(
0
);
LED_NETWORK_GRP1_SET
(
0
);
LED_ACTIVE_SET
(
0
);
LED_DISK_READ
(
0
);
LED_DISK_WRITE
(
0
);
CRIS_
LED_NETWORK_GRP0_SET
(
0
);
CRIS_
LED_NETWORK_GRP1_SET
(
0
);
CRIS_
LED_ACTIVE_SET
(
0
);
CRIS_
LED_DISK_READ
(
0
);
CRIS_
LED_DISK_WRITE
(
0
);
printk
(
KERN_INFO
"ETRAX FS GPIO driver v2.6, (c) 2003-2007 "
"Axis Communications AB
\n
"
);
...
...
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