The patch titled mn10300: fix typo && -> || in arch/mn10300/unit-asb2305/pci.c has been removed from the -mm tree. Its filename was mn10300-fix-typo-in-arch-mn10300-unit-asb2305-pcic.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mn10300: fix typo && -> || in arch/mn10300/unit-asb2305/pci.c From: Wei Yongjun <yjwei@xxxxxxxxxxxxxx> Fix the typo && -> ||. Signed-off-by: Wei Yongjun <yjwei@xxxxxxxxxxxxxx> Signed-off-by: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/mn10300/unit-asb2305/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/mn10300/unit-asb2305/pci.c~mn10300-fix-typo-in-arch-mn10300-unit-asb2305-pcic arch/mn10300/unit-asb2305/pci.c --- a/arch/mn10300/unit-asb2305/pci.c~mn10300-fix-typo-in-arch-mn10300-unit-asb2305-pcic +++ a/arch/mn10300/unit-asb2305/pci.c @@ -173,7 +173,7 @@ static int pci_ampci_write_config_byte(s BRIDGEREGB(where) = value; } else { if (bus->number == 0 && - (devfn == PCI_DEVFN(2, 0) && devfn == PCI_DEVFN(3, 0)) + (devfn == PCI_DEVFN(2, 0) || devfn == PCI_DEVFN(3, 0)) ) __pcidebug("<= %02x", bus, devfn, where, value); CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where); _ Patches currently in -mm which might be from yjwei@xxxxxxxxxxxxxx are linux-next.patch fs-jffs2-mallocc-kmem_cache_alloc-memset-kmem_cache_zalloc.patch ext4-use-unsigned-instead-of-int-for-type-of-blocksize-in-fs-ext4-nameic.patch scsi-used-kmem_cache_zalloc-instead-of-kmem_cache_alloc-memset.patch ext3-use-unsigned-instead-of-int-for-type-of-blocksize-in-fs-ext3-nameic.patch ext3-use-unsigned-instead-of-int-for-type-of-blocksize-in-fs-ext3-nameic-fix.patch ext3-use-unsigned-instead-of-int-for-type-of-blocksize-in-fs-ext3-nameic-fix-checkpatch-fixes.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html