diff for duplicates of <20120502124727.30480.66237.sendpatchset@w520> diff --git a/a/1.txt b/N1/1.txt index 4fb82cd..6eb8a3d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -34,8 +34,8 @@ Signed-off-by: Magnus Damm <damm@opensource.se> struct uart_8250_port *uart; int ret = -ENOSPC; -- if (port->uartclk = 0) -+ if (up->port.uartclk = 0) +- if (port->uartclk == 0) ++ if (up->port.uartclk == 0) return -EINVAL; mutex_lock(&serial_mutex); diff --git a/a/content_digest b/N1/content_digest index d23d699..8e169d0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020120502124642.30480.41373.sendpatchset@w520\0" "From\0Magnus Damm <magnus.damm@gmail.com>\0" "Subject\0[PATCH 05/06] serial8250: Introduce serial8250_register_8250_port()\0" - "Date\0Wed, 02 May 2012 12:47:27 +0000\0" + "Date\0Wed, 02 May 2012 21:47:27 +0900\0" "To\0linux-serial@vger.kernel.org\0" "Cc\0arnd@arndb.de" swarren@wwwdotorg.org @@ -54,8 +54,8 @@ " \tstruct uart_8250_port *uart;\n" " \tint ret = -ENOSPC;\n" " \n" - "-\tif (port->uartclk = 0)\n" - "+\tif (up->port.uartclk = 0)\n" + "-\tif (port->uartclk == 0)\n" + "+\tif (up->port.uartclk == 0)\n" " \t\treturn -EINVAL;\n" " \n" " \tmutex_lock(&serial_mutex);\n" @@ -172,4 +172,4 @@ " void serial8250_unregister_port(int line);\n" void serial8250_suspend_port(int line); -f963e3ce6943d5ecf250363e450ea750fcb0fc41d19bfd1e03db71200238723b +be6a791ed0b51b3f9821d5048095f976d6b8113e61a8da707daf6bcc5166a2b6
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.