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:
parent
22025d42bc
commit
b54bba1abf
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user