projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
336eb02
)
[PATCH] ARM: h3600_irda_set_speed arguments
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Sun, 17 Apr 2005 14:40:46 +0000
(15:40 +0100)
committer
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Sun, 17 Apr 2005 14:40:46 +0000
(15:40 +0100)
h3600_irda_set_speed() had the wrong type for the "speed" argument.
Fix this.
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
arch/arm/mach-sa1100/h3600.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-sa1100/h3600.c
b/arch/arm/mach-sa1100/h3600.c
index 9788d3aefa7324460dc2be6dd08158157927e128..84c86543501a7831ca7286fd373bdc959e367ce0 100644
(file)
--- a/
arch/arm/mach-sa1100/h3600.c
+++ b/
arch/arm/mach-sa1100/h3600.c
@@
-130,7
+130,7
@@
static int h3600_irda_set_power(struct device *dev, unsigned int state)
return 0;
}
-static void h3600_irda_set_speed(struct device *dev, int speed)
+static void h3600_irda_set_speed(struct device *dev,
unsigned
int speed)
{
if (speed < 4000000) {
clr_h3600_egpio(IPAQ_EGPIO_IR_FSEL);