diff options
Diffstat (limited to 'drivers/spi/mpc52xx_psc_spi.c')
-rw-r--r-- | drivers/spi/mpc52xx_psc_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/mpc52xx_psc_spi.c b/drivers/spi/mpc52xx_psc_spi.c index d2a4b2bdb07b..e9aba932f217 100644 --- a/drivers/spi/mpc52xx_psc_spi.c +++ b/drivers/spi/mpc52xx_psc_spi.c | |||
@@ -503,7 +503,7 @@ static int __init mpc52xx_psc_spi_do_probe(struct device *dev, u32 regaddr, | |||
503 | INIT_LIST_HEAD(&mps->queue); | 503 | INIT_LIST_HEAD(&mps->queue); |
504 | 504 | ||
505 | mps->workqueue = create_singlethread_workqueue( | 505 | mps->workqueue = create_singlethread_workqueue( |
506 | master->cdev.dev->bus_id); | 506 | master->dev.parent->bus_id); |
507 | if (mps->workqueue == NULL) { | 507 | if (mps->workqueue == NULL) { |
508 | ret = -EBUSY; | 508 | ret = -EBUSY; |
509 | goto free_irq; | 509 | goto free_irq; |