diff for duplicates of <46AD3377.6020909@snapgear.com> diff --git a/a/1.txt b/N1/1.txt index 1c82352..d231ca7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,8 +23,8 @@ Acked-by: Greg Ungerer <gerg@uclinux.org> > > /* Find a free spot to put this handler */ > for (i = 0; (i < COMEM_MAXPCI); i++) { -> - if (pci_irqlist[i].handler = 0) { -> + if (pci_irqlist[i].handler = NULL) { +> - if (pci_irqlist[i].handler == 0) { +> + if (pci_irqlist[i].handler == NULL) { > pci_irqlist[i].handler = handler; > pci_irqlist[i].device = device; > pci_irqlist[i].dev_id = dev_id; diff --git a/a/content_digest b/N1/content_digest index 8370d97..ecde76f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0200707270944.LAA17230@ifs.emn.fr\0" "From\0Greg Ungerer <gerg@snapgear.com>\0" "Subject\0Re: [PATCH 09/68] 0 -> NULL, for arch/m68knommu\0" - "Date\0Mon, 30 Jul 2007 00:40:23 +0000\0" + "Date\0Mon, 30 Jul 2007 10:40:23 +1000\0" "To\0Yoann Padioleau <padator@wanadoo.fr>\0" "Cc\0kernel-janitors@vger.kernel.org" akpm@linux-foundation.org @@ -33,8 +33,8 @@ "> \n" "> \t/* Find a free spot to put this handler */\n" "> \tfor (i = 0; (i < COMEM_MAXPCI); i++) {\n" - "> -\t\tif (pci_irqlist[i].handler = 0) {\n" - "> +\t\tif (pci_irqlist[i].handler = NULL) {\n" + "> -\t\tif (pci_irqlist[i].handler == 0) {\n" + "> +\t\tif (pci_irqlist[i].handler == NULL) {\n" "> \t\t\tpci_irqlist[i].handler = handler;\n" "> \t\t\tpci_irqlist[i].device = device;\n" "> \t\t\tpci_irqlist[i].dev_id = dev_id;\n" @@ -48,4 +48,4 @@ "825 Stanley St, FAX: +61 7 3891 3630\n" Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com -6879df3981ed3e84c91136315e00365f81157ba6b831aee5f5f180962ce37474 +78941e44f812731fd513e30fa9f10330f6f305f910ff5c7ecd92978f4afcd6df
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.