Skip to content
Commit 2d2f105f authored by Pekka Paalanen's avatar Pekka Paalanen
Browse files

nouveau: fix type warnings: void* arith, un/signed



nouveau_notifier.c had two places where void* was used in arithmetic,
fixed by using char*.

nouveau_dma_wait(), nouveau_notifier_wait_status() and
nouveau_resource_alloc() had signed/unsigned comparison warnings, fixed
by changing the function parameter into an unsigned type.

Signed-off-by: default avatarPekka Paalanen <pq@iki.fi>
parent bc92c0ed
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment