Loading drivers/block/loop.c +1 −1 Original line number Diff line number Diff line Loading @@ -2103,7 +2103,7 @@ static int loop_control_remove(int idx) int ret; if (idx < 0) { pr_warn("deleting an unspecified loop device is not supported.\n"); pr_warn_once("deleting an unspecified loop device is not supported.\n"); return -EINVAL; } Loading Loading
drivers/block/loop.c +1 −1 Original line number Diff line number Diff line Loading @@ -2103,7 +2103,7 @@ static int loop_control_remove(int idx) int ret; if (idx < 0) { pr_warn("deleting an unspecified loop device is not supported.\n"); pr_warn_once("deleting an unspecified loop device is not supported.\n"); return -EINVAL; } Loading