Commit 5dd17103 authored by David Gibson's avatar David Gibson Committed by Greg Kroah-Hartman

[PATCH] Squash warning in fs/devfs/base.c

This removes an unused label in fs/devfs/base.c
parent 1a008d0e
......@@ -2396,7 +2396,6 @@ static int check_disc_changed (struct devfs_entry *de)
warn_no_part = 0;
retval = full_check_disk_change (bdev);
warn_no_part = tmp;
out:
devfs_put_ops (de);
return retval;
} /* End Function check_disc_changed */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment