diff for duplicates of <20101201124216.GA28979@debian.home> diff --git a/a/1.txt b/N1/1.txt index cf73af0..dfb3ca6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,7 +14,7 @@ index 494f180..67ba8f7 100644 priv->rx_urb = kmalloc(sizeof(struct urb *) * (MAX_RX_URB+1), GFP_KERNEL); -+ if (priv->rx_urb = NULL) ++ if (priv->rx_urb == NULL) + return -ENOMEM; #ifndef JACKSON_NEW_RX diff --git a/a/content_digest b/N1/content_digest index 8b4e43f..c376a92 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0David Chosrova <david.chosrova@libertysurf.fr>\0" "Subject\0[PATCH] Staging: rtl8192u: check return code kmalloc.\0" - "Date\0Wed, 01 Dec 2010 12:42:16 +0000\0" + "Date\0Wed, 1 Dec 2010 13:42:16 +0100\0" "To\0gregkh@suse.de\0" "Cc\0devel@driverdev.osuosl.org" error27@gmail.com @@ -25,10 +25,10 @@ " \n" " \tpriv->rx_urb = kmalloc(sizeof(struct urb *) * (MAX_RX_URB+1),\n" " \t\t\t\tGFP_KERNEL);\n" - "+\tif (priv->rx_urb = NULL)\n" + "+\tif (priv->rx_urb == NULL)\n" "+\t\treturn -ENOMEM;\n" " \n" " #ifndef JACKSON_NEW_RX\n" " \tfor(i=0;i<(MAX_RX_URB+1);i++){" -e17ff4f566f3b61a40bc15df9995ad3c0b2bda782368d875e090b779c52bbe49 +0148de45068097d72f8060fe34f3d0b30521c77b4f0f94334ed0c3ea02408050
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.