projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a017e2a
)
add atheros reset button fixes from #2774
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 13 Dec 2007 05:14:47 +0000
(
05:14
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 13 Dec 2007 05:14:47 +0000
(
05:14
+0000)
SVN-Revision: 9721
target/linux/atheros/files/arch/mips/atheros/reset.c
patch
|
blob
|
history
diff --git
a/target/linux/atheros/files/arch/mips/atheros/reset.c
b/target/linux/atheros/files/arch/mips/atheros/reset.c
index cc2fb251a19fb3e9bad188dcc679b21fd367eb5c..52fa3bbfcf117fd91978f49a8d049e71ced3e4b7 100644
(file)
--- a/
target/linux/atheros/files/arch/mips/atheros/reset.c
+++ b/
target/linux/atheros/files/arch/mips/atheros/reset.c
@@
-15,14
+15,14
@@
struct event_t {
struct work_struct wq;
int set;
-
long int
jiffies;
+
unsigned long
jiffies;
};
static struct ar531x_boarddata *bcfg;
extern struct sock *uevent_sock;
extern u64 uevent_next_seqnum(void);
-static
int
seen;
+static
unsigned long
seen;
static inline void add_msg(struct sk_buff *skb, char *msg)
{