]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/spi/spi_txx9.c
Merge branch 'linux-2.6' into merge
[linux-2.6-omap-h63xx.git] / drivers / spi / spi_txx9.c
index b7f4bb239eaf79e74dfede155474c43aac272795..cc5094f37dd3d71a791df96efa58c374d8d68137 100644 (file)
@@ -400,7 +400,7 @@ static int __init txx9spi_probe(struct platform_device *dev)
                goto exit;
        }
 
-       c->workqueue = create_singlethread_workqueue(master->cdev.dev->bus_id);
+       c->workqueue = create_singlethread_workqueue(master->dev.parent->bus_id);
        if (!c->workqueue)
                goto exit;
        c->last_chipselect = -1;