staging: greybus: loopback_test: fix poll-mask build breakage
authorJohan Hovold <johan@kernel.org>
Thu, 12 Mar 2020 11:01:49 +0000 (12:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Mar 2020 07:25:55 +0000 (08:25 +0100)
commit35da67a8a50cd1c1a33304030fbd09f3b0f68102
tree7ad7cc0f2a12752bcb1c578112dbd45f0a31febc
parentfbe68a636982c5f9dfec9856d754eb989afdf49e
staging: greybus: loopback_test: fix poll-mask build breakage

commit 8f3675be4bda33adbdc1dd2ab3b6c76a7599a79e upstream.

A scripted conversion from userland POLL* to kernel EPOLL* constants
mistakingly replaced the poll flags in the loopback_test tool, which
therefore no longer builds.

Fixes: a9a08845e9ac ("vfs: do bulk POLL* -> EPOLL* replacement")
Cc: stable <stable@vger.kernel.org> # 4.16
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20200312110151.22028-2-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/tools/loopback_test.c