Skip to content

Commit a958c53

Browse files
author
Mike Snitzer
committed
dm-vdo funnel-workqueue: return VDO_SUCCESS from make_simple_work_queue
Signed-off-by: Mike Snitzer <[email protected]> Signed-off-by: Matthew Sakai <[email protected]>
1 parent 34edf9e commit a958c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/md/dm-vdo/funnel-workqueue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ static int make_simple_work_queue(const char *thread_name_prefix, const char *na
367367
wait_for_completion(&started);
368368

369369
*queue_ptr = queue;
370-
return UDS_SUCCESS;
370+
return VDO_SUCCESS;
371371
}
372372

373373
/**

0 commit comments

Comments
 (0)