[etrax] Comment out a debug message on usb host driver
[openwrt.git] / target / linux / au1000 / patches-2.6.27 / 001-mtx1_cmdline.patch
index a41ee6f..cace58d 100644 (file)
@@ -1,8 +1,8 @@
 --- a/arch/mips/au1000/mtx-1/init.c
 +++ b/arch/mips/au1000/mtx-1/init.c
-@@ -54,7 +54,7 @@ void __init prom_init(void)
-       prom_argv = (char **) fw_arg1;
-       prom_envp = (char **) fw_arg2;
+@@ -49,7 +49,7 @@ void __init prom_init(void)
+       prom_argv = (char **)fw_arg1;
+       prom_envp = (char **)fw_arg2;
  
 -      prom_init_cmdline();
 +      strcpy(arcs_cmdline, CONFIG_CMDLINE);
This page took 0.020869 seconds and 4 git commands to generate.