tree 36ff3f13c2484ff6e355280899a4ffdd1f05d3a6
parent 336eb02b9171d132a9abe575317fee4cca965af4
author Russell King <[EMAIL PROTECTED]> Sun, 17 Apr 2005 15:40:46 +0100
committer Russell King <[EMAIL PROTECTED]> Sun, 17 Apr 2005 15:40:46 +0100

[PATCH] ARM: h3600_irda_set_speed arguments

h3600_irda_set_speed() had the wrong type for the "speed" argument.
Fix this.

Signed-off-by: Russell King <[EMAIL PROTECTED]>

 arm/mach-sa1100/h3600.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: arch/arm/mach-sa1100/h3600.c
===================================================================
--- bcdd3c61fa4341a20de81dafdfd681d8872f0eb9/arch/arm/mach-sa1100/h3600.c  
(mode:100644 sha1:9788d3aefa7324460dc2be6dd08158157927e128)
+++ 36ff3f13c2484ff6e355280899a4ffdd1f05d3a6/arch/arm/mach-sa1100/h3600.c  
(mode:100644 sha1:84c86543501a7831ca7286fd373bdc959e367ce0)
@@ -130,7 +130,7 @@
        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);
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to