Blackfin SPI Driver: use bfin_spi_ prefix on all functions
[GitHub/mt8127/android_kernel_alcatel_ttab.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;