aboutsummaryrefslogtreecommitdiff
path: root/remoteproc
diff options
context:
space:
mode:
authorMikael Olsson <mikael.olsson@arm.com>2023-11-14 10:43:04 +0100
committerMikael Olsson <mikael.olsson@arm.com>2023-11-14 14:22:50 +0100
commitb68243100d123b694006cd3c9dc50d4061c05afc (patch)
tree5a43706584ef70b248221efd374c4dda9cc4a5f8 /remoteproc
parentc4ec925d6dac8a6c9748a239aa3ea44c0396cc6d (diff)
downloadethos-u-linux-driver-stack-b68243100d123b694006cd3c9dc50d4061c05afc.tar.gz
Fix NPU driver inference poll callback return type
The poll file operation function pointer is expected to return the __poll_t type but the currently implemented poll inference function returns an unsigned int. This breaks the type safety and causes Sparse to generate a warning. To resolve this, the return type has been changed to __poll_t and the function now uses with EPOLL constants that share the same type. Change-Id: I41dadb758c7c4b42b431d96a94c6b2cc9f960013 Signed-off-by: Mikael Olsson <mikael.olsson@arm.com>
Diffstat (limited to 'remoteproc')
0 files changed, 0 insertions, 0 deletions