]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/spi/spi_bitbang.c
Staging: slicoss: remove ASSERTMSG macro
[linux-2.6-omap-h63xx.git] / drivers / spi / spi_bitbang.c
index 96cc39ecb6e234f7340fbeb62322ea1831ba9e0d..85e61f451218418849eb35376aeccc7f09094c9d 100644 (file)
@@ -475,7 +475,7 @@ int spi_bitbang_start(struct spi_bitbang *bitbang)
        /* this task is the only thing to touch the SPI bits */
        bitbang->busy = 0;
        bitbang->workqueue = create_singlethread_workqueue(
-                       bitbang->master->dev.parent->bus_id);
+                       dev_name(bitbang->master->dev.parent));
        if (bitbang->workqueue == NULL) {
                status = -EBUSY;
                goto err1;