The event bytes should be unsigned char.

Found by:		Peter Holm <peter@holm.cc>
MFC after:		3 days
Sponsored by:		Mellanox Technologies
This commit is contained in:
hselasky 2018-10-22 08:59:20 +00:00
parent 22025d42bc
commit b54bba1abf

View File

@ -434,7 +434,7 @@ static void
seq_eventthread(void *arg)
{
struct seq_softc *scp = arg;
char event[EV_SZ];
u_char event[EV_SZ];
mtx_lock(&scp->seq_lock);
SEQ_DEBUG(2, printf("seq_eventthread started\n"));