]> Pileus Git - ~andy/linux/blobdiff - drivers/mtd/sm_ftl.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux...
[~andy/linux] / drivers / mtd / sm_ftl.c
index 6405a95dc5bd44f7809fe873eba7ee17f07f83c4..2b0daae4018deb07a128e31c0744283b6ff31f73 100644 (file)
@@ -1276,7 +1276,7 @@ static struct mtd_blktrans_ops sm_ftl_ops = {
 static __init int sm_module_init(void)
 {
        int error = 0;
-       cache_flush_workqueue = create_freezeable_workqueue("smflush");
+       cache_flush_workqueue = create_freezable_workqueue("smflush");
 
        if (IS_ERR(cache_flush_workqueue))
                return PTR_ERR(cache_flush_workqueue);