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:
ff1d28e
)
[PATCH] sysctl: mac_hid: remove unnecessary insert_at_head flag
author
Eric W. Biederman
<
[email protected]
>
Wed, 14 Feb 2007 08:33:32 +0000
(
00:33
-0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 14 Feb 2007 16:09:56 +0000
(08:09 -0800)
With unique sysctl binary numbers setting insert_at_head is pointless.
Signed-off-by: Eric W. Biederman <
[email protected]
>
Cc: Jiri Kosina <
[email protected]
>
Cc: Benjamin Herrenschmidt <
[email protected]
>
Cc: Dmitry Torokhov <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/macintosh/mac_hid.c
patch
|
blob
|
history
diff --git
a/drivers/macintosh/mac_hid.c
b/drivers/macintosh/mac_hid.c
index f632cec9ce45eab7ac136408c683b6f7f1d97d60..038a9102a8bec0f2132e8b6b1b3e49bf63c2148d 100644
(file)
--- a/
drivers/macintosh/mac_hid.c
+++ b/
drivers/macintosh/mac_hid.c
@@
-138,7
+138,7
@@
int __init mac_hid_init(void)
return err;
#if defined(CONFIG_SYSCTL)
- mac_hid_sysctl_header = register_sysctl_table(mac_hid_root_dir,
1
);
+ mac_hid_sysctl_header = register_sysctl_table(mac_hid_root_dir,
0
);
#endif /* CONFIG_SYSCTL */
return 0;