Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86a49e2d authored by Anup Limbu's avatar Anup Limbu Committed by Mike Snitzer
Browse files

dm bufio: use BUG_ON instead of conditional call to BUG

parent 86bad0c7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1928,8 +1928,7 @@ static void __exit dm_bufio_exit(void)
		bug = 1;
	}

	if (bug)
		BUG();
	BUG_ON(bug);
}

module_init(dm_bufio_init)