diff for duplicates of <20160715211215.GD19522@mwanda> diff --git a/a/1.txt b/N1/1.txt index e3c9969..ad618ba 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,8 +13,8 @@ index 1e863b2..71c9bf3 100644 if (IS_PCIX(pcibus_info)) ate_flags &= ~(PCI32_ATE_PREF); -- if (SN_DMA_ADDRTYPE(dma_flags = SN_DMA_ADDR_PHYS)) -+ if (SN_DMA_ADDRTYPE(dma_flags) = SN_DMA_ADDR_PHYS) +- if (SN_DMA_ADDRTYPE(dma_flags == SN_DMA_ADDR_PHYS)) ++ if (SN_DMA_ADDRTYPE(dma_flags) == SN_DMA_ADDR_PHYS) xio_addr = IS_PIC_SOFT(pcibus_info) ? PHYS_TO_DMA(paddr) : PHYS_TO_TIODMA(paddr); else diff --git a/a/content_digest b/N1/content_digest index b3eb985..32c6d73 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] [IA64] fix SN_DMA_ADDRTYPE() condition\0" - "Date\0Fri, 15 Jul 2016 21:12:15 +0000\0" + "Date\0Sat, 16 Jul 2016 00:12:15 +0300\0" "To\0Tony Luck <tony.luck@intel.com>" " Mark Maule <maule@sgi.com>\0" "Cc\0Fenghua Yu <fenghua.yu@intel.com>" @@ -24,10 +24,10 @@ " \tif (IS_PCIX(pcibus_info))\n" " \t\tate_flags &= ~(PCI32_ATE_PREF);\n" " \n" - "-\tif (SN_DMA_ADDRTYPE(dma_flags = SN_DMA_ADDR_PHYS))\n" - "+\tif (SN_DMA_ADDRTYPE(dma_flags) = SN_DMA_ADDR_PHYS)\n" + "-\tif (SN_DMA_ADDRTYPE(dma_flags == SN_DMA_ADDR_PHYS))\n" + "+\tif (SN_DMA_ADDRTYPE(dma_flags) == SN_DMA_ADDR_PHYS)\n" " \t\txio_addr = IS_PIC_SOFT(pcibus_info) ? PHYS_TO_DMA(paddr) :\n" " \t \t\t\t\t\t PHYS_TO_TIODMA(paddr);\n" " \telse" -31b7bf8955c291e157230fdb29e85c2f1e19142cda24e70d8f030be4ca4c585e +ce56610f7624e3c66a6aa46749f826279deb34ad0e2ebfdd49cec63d35fb015b
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.