summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_bsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom_bsd.c')
-rw-r--r--sys/geom/geom_bsd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/geom/geom_bsd.c b/sys/geom/geom_bsd.c
index c3579ab..b3be7c8 100644
--- a/sys/geom/geom_bsd.c
+++ b/sys/geom/geom_bsd.c
@@ -98,7 +98,6 @@ g_bsd_modify(struct g_geom *gp, u_char *label)
error = bsd_disklabel_le_dec(label, &dl, MAXPARTITIONS);
if (error) {
-printf("HERE %s %d\n", __FILE__, __LINE__);
return (error);
}
@@ -122,13 +121,11 @@ printf("HERE %s %d\n", __FILE__, __LINE__);
/* ... or a smaller sector size. */
if (dl.d_secsize < secsize) {
-printf("HERE %s %d\n", __FILE__, __LINE__);
return (EINVAL);
}
/* ... or a non-multiple sector size. */
if (dl.d_secsize % secsize != 0) {
-printf("HERE %s %d\n", __FILE__, __LINE__);
return (EINVAL);
}
OpenPOWER on IntegriCloud