On Sun,  6 Sep 2009 21:16:03 +0300
Pekka Paalanen <[email protected]> wrote:

> The size parameter is usually unsigned, but here it was signed. Change
> 'int' to 'uint32_t' and propagate the signedness fixes to all callers.
> 
> Fixes the sparse warning: nouveau_object.c:254:61: warning: incorrect
> type in argument 3 (different signedness).
> 
> Signed-off-by: Pekka Paalanen <[email protected]>
> ---
>  drivers/gpu/drm/nouveau/nouveau_drv.h    |    4 ++--
>  drivers/gpu/drm/nouveau/nouveau_object.c |   14 ++++++++------
>  drivers/gpu/drm/nouveau/nv50_graph.c     |    6 ++++--
>  3 files changed, 14 insertions(+), 10 deletions(-)

This patch series is pushed.

-- 
Pekka Paalanen
http://www.iki.fi/pq/
_______________________________________________
Nouveau mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to