This commit is contained in:
Alexandre Ratchov 2016-01-09 09:49:48 +01:00
parent 97bf660690
commit e2be625ebd
2 changed files with 2 additions and 2 deletions

View File

@ -1643,7 +1643,7 @@ slot_attach(struct slot *s)
#ifdef DEBUG
if ((s->mode & d->mode) != s->mode) {
slot_log(s);
log_puts(": mode beyond device mode, not attaching\n");
log_puts(": mode beyond device mode, not attaching\n");
panic();
}
#endif

View File

@ -152,7 +152,7 @@ aparams_strtoenc(struct aparams *par, char *istr)
return 0;
done:
par->msb = msb;
par->msb = msb;
par->sig = sig;
par->bits = bits;
par->bps = bps;