mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Use correct index when counting short errors.
This commit is contained in:
parent
0b7c27b904
commit
ee613f9cb8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72121
@ -803,7 +803,7 @@ musycc_intr0(void *arg)
|
||||
case 0:
|
||||
if (er == 13) { /* SHT */
|
||||
sc->chan[ch]->last_rxerr = time_second;
|
||||
sc->chan[i]->short_error++;
|
||||
sc->chan[ch]->short_error++;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user