aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/md/dm-bufio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/md/dm-bufio.c b/drivers/md/dm-bufio.c
index bccc7e6903e4..6b832e06580d 100644
--- a/drivers/md/dm-bufio.c
+++ b/drivers/md/dm-bufio.c
@@ -1928,8 +1928,7 @@ static void __exit dm_bufio_exit(void)
1928 bug = 1; 1928 bug = 1;
1929 } 1929 }
1930 1930
1931 if (bug) 1931 BUG_ON(bug);
1932 BUG();
1933} 1932}
1934 1933
1935module_init(dm_bufio_init) 1934module_init(dm_bufio_init)