Blackfin: gptimers: use unsigned timer/group ids
authorMike Frysinger <vapier@gentoo.org>
Sun, 15 Nov 2009 07:35:22 +0000 (07:35 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 15 Dec 2009 05:15:30 +0000 (00:15 -0500)
Since we always use these ids as unsigned values, and we have some assert
code to make sure they don't exceed a limit, avoid signed issues.

Reported-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>

No differences found