“84aa6b7ba746e6f637444d0e14a9b75c0b49a612”上不存在“sound/pci/git@gitcode.net:openharmony/kernel_linux.git”
xen: avoid type warning in xchg_xen_ulong
The improved type-checking version of container_of() triggers a warning for xchg_xen_ulong, pointing out that 'xen_ulong_t' is unsigned, but atomic64_t contains a signed value: drivers/xen/events/events_2l.c: In function 'evtchn_2l_handle_events': drivers/xen/events/events_2l.c:187:1020: error: call to '__compiletime_assert_187' declared with attribute error: pointer type mismatch in container_of() This adds a cast to work around the warning. Cc: Ian Abbott <abbotti@mev.co.uk> Fixes: 85323a99 ("xen: arm: mandate EABI and use generic atomic operations.") Fixes: daa2ac80834d ("kernel.h: handle pointers to arrays better in container_of()") Signed-off-by: NArnd Bergmann <arnd@arndb.de> Signed-off-by: NStefano Stabellini <sstabellini@kernel.org> Reviewed-by: NStefano Stabellini <sstabellini@kernel.org> Acked-by: NIan Abbott <abbotti@mev.co.uk>
Showing
想要评论请 注册 或 登录