staging/android: do not let userspace trigger WARN_ON
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 11 Aug 2016 15:26:40 +0000 (12:26 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Aug 2016 14:39:45 +0000 (16:39 +0200)
commita4ebee657c9be3afd35530cd4478b0fa514706d7
treef3a1e7961a8270fa3d71c9947152821e8f72a4a7
parent04b8290f3b95a3935ed07f2954bad9c87e8fb143
staging/android: do not let userspace trigger WARN_ON

Closing the timeline without waiting all fences to signal is not
a critical failure, it is just bad usage from userspace so avoid
calling WARN_ON in this case.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/sw_sync.c