Blackfin: fix warnings with I/O port macros
authorMike Frysinger <vapier@gentoo.org>
Wed, 1 Apr 2009 12:25:58 +0000 (12:25 +0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 12 Jun 2009 10:03:46 +0000 (06:03 -0400)
The I/O port functions take ints, so we need to cast them up before
passing to our read/write funcs to avoid ugly messes of warnings.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>

No differences found