Revert r279933; this is going to be fixed in sbuf instead.

PR:		195668
This commit is contained in:
Ian Lepore 2015-03-14 13:02:08 +00:00
parent ed9dd64b8c
commit 59daf5b0ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279983

View File

@ -252,7 +252,6 @@ sysctl_wb_debug(SYSCTL_HANDLER_ARGS)
sbuf_printf(&sb, "CRF6 0x%02x ", sc->reg_timeout);
sbuf_printf(&sb, "CRF7 0x%02x", sc->reg_2);
sbuf_putc(&sb, 0); /* nullterm */
error = sbuf_finish(&sb);
sbuf_delete(&sb);
return (error);