]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/spi/spi_bitbang.c
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.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;