]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] omap_uwire: fix to build by removing handling of SPI_LSB_FIRST
authorImre Deak <imre.deak@nokia.com>
Fri, 12 May 2006 11:52:11 +0000 (04:52 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 12 May 2006 11:52:11 +0000 (04:52 -0700)
The handling of the flag is included properly in an upcoming SPI
patch by David Brownell.

Signed-off-by: Imre Deak <imre.deak@nokia.com>
drivers/spi/omap_uwire.c

index 97a1846fc9f94ae4f80673d0e1820b5ecd4c27db..39e822704b880b4dca7678214aab8f1abb8e49ce 100644 (file)
@@ -317,12 +317,6 @@ static int uwire_setup(struct spi_device *spi)
                goto done;
        }
 
-       if (spi->mode & SPI_LSB_FIRST) {
-               pr_debug("%s: lsb first?\n", spi->dev.bus_id);
-               status = -EINVAL;
-               goto done;
-       }
-
        /* mode 0..3, clock inverted separately;
         * standard nCS signaling;
         * don't treat DI=high as "not ready"