diff options
Diffstat (limited to 'drivers/mtd/sm_ftl.c')
-rw-r--r-- | drivers/mtd/sm_ftl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/sm_ftl.c b/drivers/mtd/sm_ftl.c index 6405a95dc5bd..2b0daae4018d 100644 --- a/drivers/mtd/sm_ftl.c +++ b/drivers/mtd/sm_ftl.c | |||
@@ -1276,7 +1276,7 @@ static struct mtd_blktrans_ops sm_ftl_ops = { | |||
1276 | static __init int sm_module_init(void) | 1276 | static __init int sm_module_init(void) |
1277 | { | 1277 | { |
1278 | int error = 0; | 1278 | int error = 0; |
1279 | cache_flush_workqueue = create_freezeable_workqueue("smflush"); | 1279 | cache_flush_workqueue = create_freezable_workqueue("smflush"); |
1280 | 1280 | ||
1281 | if (IS_ERR(cache_flush_workqueue)) | 1281 | if (IS_ERR(cache_flush_workqueue)) |
1282 | return PTR_ERR(cache_flush_workqueue); | 1282 | return PTR_ERR(cache_flush_workqueue); |