All of lore.kernel.org
 help / color / mirror / Atom feed
* - frv-duplicate-output_buffer-of-e03.patch removed from -mm tree
@ 2012-01-10 23:45 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2012-01-10 23:45 UTC (permalink / raw)
  To: roel.kluin, dhowells, jason.wessel, mm-commits


The patch titled
     Subject: frv: duplicate output_buffer of E03
has been removed from the -mm tree.  Its filename was
     frv-duplicate-output_buffer-of-e03.patch

This patch was dropped because I don't know how to get this merged :(

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
From: Roel Kluin <roel.kluin@gmail.com>
Subject: frv: duplicate output_buffer of E03

In the case of an error, output_buffer gets an E0X value.  E03 was set in
two.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Cc: David Howells <dhowells@redhat.com>
Cc: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/frv/kernel/gdb-stub.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN arch/frv/kernel/gdb-stub.c~frv-duplicate-output_buffer-of-e03 arch/frv/kernel/gdb-stub.c
--- a/arch/frv/kernel/gdb-stub.c~frv-duplicate-output_buffer-of-e03
+++ a/arch/frv/kernel/gdb-stub.c
@@ -1936,7 +1936,7 @@ void gdbstub(int sigval)
 			}
 
 			if (temp >= 5) {
-				gdbstub_strcpy(output_buffer,"E03");
+				gdbstub_strcpy(output_buffer, "E02");
 				break;
 			}
 
@@ -1964,7 +1964,7 @@ void gdbstub(int sigval)
 			}
 
 			if (temp >= 5) {
-				gdbstub_strcpy(output_buffer,"E03");
+				gdbstub_strcpy(output_buffer, "E02");
 				break;
 			}
 
_

Patches currently in -mm which might be from roel.kluin@gmail.com are

origin.patch
ceph-cifs-nfs-fuse-boolean-and-or-confusion.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-10 23:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-10 23:45 - frv-duplicate-output_buffer-of-e03.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.