Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
[deliverable/linux.git] / drivers / spi / omap_uwire.c
index 8980a5640bd9d16021367720b77690d783dfac3b..e75ba9b2889828a8930d68a6f7c37c25bf926063 100644 (file)
@@ -213,7 +213,7 @@ static int uwire_txrx(struct spi_device *spi, struct spi_transfer *t)
        unsigned        bits = ust->bits_per_word;
        unsigned        bytes;
        u16             val, w;
-       int             status = 0;;
+       int             status = 0;
 
        if (!t->tx_buf && !t->rx_buf)
                return 0;
This page took 0.023791 seconds and 5 git commands to generate.