VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: huhai <huhai@tj.kylinos.cn> 2020-12-25 21:00:16 +0800 committer: Jens Axboe <axboe@kernel.dk> 2021-01-24 18:20:47 -0700 commit: 1a23e06cdab2be07cbda460c6417d7de564c48e6 parent: b6e68ee82585f2ee890b0a897a6aacbf49a467bb
Commit Summary:
bfq: don't duplicate code for different paths
Diffstat:
1 file changed, 0 insertions, 3 deletions
diff --git a/block/bfq-wf2q.c b/block/bfq-wf2q.c
index 26776bdbdf36..070e34a7feb1 100644
--- a/block/bfq-wf2q.c
+++ b/block/bfq-wf2q.c
@@ -137,9 +137,6 @@ static bool bfq_update_next_in_service(struct bfq_sched_data *sd,
 
 	sd->next_in_service = next_in_service;
 
-	if (!next_in_service)
-		return parent_sched_may_change;
-
 	return parent_sched_may_change;
 }