patch-2.4.5 linux/arch/cris/mm/extable.c
Next file: linux/arch/cris/mm/fault.c
Previous file: linux/arch/cris/lib/string.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Tue May  1 16:04:56 2001
-  Orig file: 
v2.4.4/linux/arch/cris/mm/extable.c
-  Orig date: 
Thu Feb  8 16:32:44 2001
diff -u --recursive --new-file v2.4.4/linux/arch/cris/mm/extable.c linux/arch/cris/mm/extable.c
@@ -37,8 +37,7 @@
 
 #ifndef CONFIG_MODULES
 	/* There is only the kernel to search.  */
-	ret = search_one_table(_start___ex_table, _stop___ex_table-1, addr);
-	if (ret) return ret;
+	return search_one_table(_start___ex_table, _stop___ex_table-1, addr);
 #else
 	/* The kernel is the last "module" -- no need to treat it special.  */
 	struct module *mp;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)