diff for duplicates of <460F4E35.10109@kroon.co.za> diff --git a/a/1.txt b/N1/1.txt index 559f250..df499f6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -21,7 +21,7 @@ Signed-Off-By: Pedram M <pmessri@gmail.com> while ((device_id = cy_pci_dev_id[dev_index]) != 0) { - if ((pdev = pci_find_device(PCI_VENDOR_ID_CYCLADES, + if ((pdev = pci_get_device(PCI_VENDOR_ID_CYCLADES, - device_id, pdev)) = NULL) { + device_id, pdev)) == NULL) { dev_index++; /* try next device id */ } else { ------------- @@ -37,7 +37,3 @@ Your client does not seem to be clobbering the patch itself and maintains tabs and line wrapping (unlike my client). Jaco -_______________________________________________ -Kernel-janitors mailing list -Kernel-janitors@lists.linux-foundation.org -https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors diff --git a/a/content_digest b/N1/content_digest index f478482..9a6b99b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\09c9aa5d00703312224t1948b24bhe34199f19cbda4fb@mail.gmail.com\0" "From\0Jaco Kroon <jaco@kroon.co.za>\0" "Subject\0Re: [KJ] my first janitorial\0" - "Date\0Sun, 01 Apr 2007 06:16:21 +0000\0" + "Date\0Sun, 01 Apr 2007 08:16:21 +0200\0" "To\0Pedram M <pmessri@gmail.com>\0" "Cc\0kernel-janitors@lists.osdl.org" " linux-kernel@vger.kernel.org\0" @@ -31,7 +31,7 @@ " \t\twhile ((device_id = cy_pci_dev_id[dev_index]) != 0) {\n" "-\t\t\tif ((pdev = pci_find_device(PCI_VENDOR_ID_CYCLADES,\n" "+\t\t\tif ((pdev = pci_get_device(PCI_VENDOR_ID_CYCLADES,\n" - " \t\t\t\t\t\t device_id, pdev)) = NULL) {\n" + " \t\t\t\t\t\t device_id, pdev)) == NULL) {\n" " \t\t\t\tdev_index++;\t/* try next device id */\n" " \t\t\t} else {\n" "-------------\n" @@ -46,10 +46,6 @@ "Your client does not seem to be clobbering the patch itself and \n" "maintains tabs and line wrapping (unlike my client).\n" "\n" - "Jaco\n" - "_______________________________________________\n" - "Kernel-janitors mailing list\n" - "Kernel-janitors@lists.linux-foundation.org\n" - https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors + Jaco -3966b7c1d9a4faeb4b844972fa31752010c5372e5c90a9d760a6ff8670585cdc +b71c675ffd45718d727f6282494c66572d93fec076b96790640ef570101f4325
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.