summaryrefslogtreecommitdiff
path: root/proto_arp.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+163
ption value='7'>7space:mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2016-07-19 01:56:49 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2016-07-19 11:16:25 -0700
commit52764bd8aac77dd8ddbdaf55ae896a55ab2a9f5e (patch)
tree0cfbffc359a8ff8dac7992883c27fe482ad696e9 /drivers/staging
parent1455db9e1ba3f602084854fa9c222e9b68e8576c (diff)
greybus: timesync: Bugfix ping should not result in -EAGAIN
gb_timesync_schedule_synchronous() is currently making a synchronous FrameTime synchronization happen. It does a wait_event_interruptible() and then goes to check the status of the state-machine. Occasionally the state indicates PING - which is a completely valid state and should result in a result code of 0 not -EAGAIN. This patch fixes by making __gb_timesync_get_status() return 0 instead of -EAGAIN for the PING state. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Tested-by: David Lin <dtwlin@google.com> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/greybus/timesync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/timesync.c b/drivers/staging/greybus/timesync.c