From: Andrew Morton Cc: David Brownell Signed-off-by: Andrew Morton --- drivers/spi/omap_uwire.c | 6 +++--- 1 files 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ä + * Generalization patches by Juha Yrjola * * 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 _