diff options
Diffstat (limited to 'drivers/spi/spi_bitbang.c')
-rw-r--r-- | drivers/spi/spi_bitbang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi_bitbang.c b/drivers/spi/spi_bitbang.c index 96cc39ecb6e2..85e61f451218 100644 --- a/drivers/spi/spi_bitbang.c +++ b/drivers/spi/spi_bitbang.c | |||
@@ -475,7 +475,7 @@ int spi_bitbang_start(struct spi_bitbang *bitbang) | |||
475 | /* this task is the only thing to touch the SPI bits */ | 475 | /* this task is the only thing to touch the SPI bits */ |
476 | bitbang->busy = 0; | 476 | bitbang->busy = 0; |
477 | bitbang->workqueue = create_singlethread_workqueue( | 477 | bitbang->workqueue = create_singlethread_workqueue( |
478 | bitbang->master->dev.parent->bus_id); | 478 | dev_name(bitbang->master->dev.parent)); |
479 | if (bitbang->workqueue == NULL) { | 479 | if (bitbang->workqueue == NULL) { |
480 | status = -EBUSY; | 480 | status = -EBUSY; |
481 | goto err1; | 481 | goto err1; |