- frv-duplicate-output_buffer-of-e03.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx>
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@xxxxxxxxx>
Cc: David Howells <dhowells@xxxxxxxxxx>
Cc: Jason Wessel <jason.wessel@xxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 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@xxxxxxxxx are

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

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux