Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a63461e9ea35e55058e0a07e2030de13584e9ca2
Commit: a63461e9ea35e55058e0a07e2030de13584e9ca2
Parent: 79e04fdbb3423f6faa0d93e5ec41c2c2741d4052
Author: Jesper Nilsson <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 6 13:33:32 2008 +0100
Committer: Jesper Nilsson <[EMAIL PROTECTED]>
CommitDate: Fri Feb 8 11:08:07 2008 +0100
CRIS: Make io_pwm_set_period members unsigned in etraxgpio.h
---
include/asm-cris/etraxgpio.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/asm-cris/etraxgpio.h b/include/asm-cris/etraxgpio.h
index 9fdb206..38f1c8e 100644
--- a/include/asm-cris/etraxgpio.h
+++ b/include/asm-cris/etraxgpio.h
@@ -156,8 +156,8 @@ struct io_pwm_set_mode {
#define IO_PWM_SET_PERIOD 0x21
struct io_pwm_set_period {
- int lo; /* 0..8191 */
- int hi; /* 0..8191 */
+ unsigned int lo; /* 0..8191 */
+ unsigned int hi; /* 0..8191 */
};
/* Only for modes PWM_STANDARD and PWM_FAST.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html