Remove silly and incorrect error message.

Commit 32133050 introduced a bug that gives a bogus error message on
every 'general' (non-event) PTP packet. If we want to catch missing
time stamps, then it has to occur at the port level.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2012-03-04 11:33:22 +01:00
parent eb5b7b1e60
commit 150da0cba9
1 changed files with 0 additions and 2 deletions

2
udp.c
View File

@ -298,8 +298,6 @@ static int receive(int fd, void *buf, int buflen,
if (!ts) {
memset(&hwts->ts, 0, sizeof(hwts->ts));
if (cnt > 0)
pr_err("missing SO_TIMESTAMPING message");
return cnt;
}