The patch titled spi-controller-driver-for-omap-microwire-update-fix has been removed from the -mm tree. Its filename was spi-controller-driver-for-omap-microwire-update-fix.patch This patch was dropped because it was folded into spi-controller-driver-for-omap-microwire.patch ------------------------------------------------------ Subject: spi-controller-driver-for-omap-microwire-update-fix From: Andrew Morton <akpm@xxxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/spi/omap_uwire.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -puN drivers/spi/omap_uwire.c~spi-controller-driver-for-omap-microwire-update-fix drivers/spi/omap_uwire.c --- a/drivers/spi/omap_uwire.c~spi-controller-driver-for-omap-microwire-update-fix +++ a/drivers/spi/omap_uwire.c @@ -6,7 +6,7 @@ * Ported to 2.6 OMAP uwire interface. * Copyright (C) 2004 Texas Instruments. * - * Generalization patches by Juha Yrjölä <juha.yrjola@xxxxxxxxx> + * Generalization patches by Juha Yrjola <juha.yrjola@xxxxxxxxx> * * Copyright (C) 2005 David Brownell (ported to 2.6 SPI interface) * Copyright (C) 2006 Nokia @@ -403,8 +403,8 @@ static int uwire_setup_transfer(struct s if (div1_idx == 4) { pr_debug("%s: lowest clock %ld, need %d\n", spi->dev.bus_id, rate / 10 / 8, hz); - status = -EDOM; - goto done; + status = -EDOM; + goto done; } /* we have to cache this and reset in uwire_chipselect as this is a _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch register_chrdev_region-dont-hand-out-the-local-experimental-majors.patch register_blkdev-dont-hand-out-the-local-experimental-majors.patch spi-controller-driver-for-omap-microwire.patch spi-controller-driver-for-omap-microwire-update-fix.patch mips-convert-to-use-shared-apm-emulation-fix.patch omap-gpio-wrappers-tidy.patch at91-gpio-wrappers-tidy.patch ecryptfs-public-key-packet-management-slab-fix.patch ecryptfs-generalize-metadata-read-write-fix.patch dynamic-kernel-command-line-ia64-fix.patch kvm-add-a-global-list-of-all-virtual-machines-tidy.patch cyber2010-framebuffer-on-arm-netwinder-fix-tidy.patch mark-struct-file_operations-const-2-fix.patch mark-struct-file_operations-const-4-fix.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