From 0d39ac56a8686eb6cbb3cac06d5cb2ea6a2810b4 Mon Sep 17 00:00:00 2001 From: Mika Kukkonen Date: Thu, 1 Jul 2004 20:36:36 -0700 Subject: [PATCH] Remaining sparse warnings in allnoconfig Attached is a smallish patch for couple trivial sparse warnings in allnoconfig build and more importantly an "excuses" text file explaining why the rest have not been fixed. Basically all of them (with the exception of the one in Andrews tree) need some serious re-engineering. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- kernel/sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/sysctl.c') diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 641727bab22f..0df0748d56bd 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -2162,7 +2162,7 @@ int proc_doulongvec_ms_jiffies_minmax(ctl_table *table, int write, struct ctl_table_header * register_sysctl_table(ctl_table * table, int insert_at_head) { - return 0; + return NULL; } void unregister_sysctl_table(struct ctl_table_header * table) -- cgit v1.2.3