]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] cs89x0: use u16 for device register data
authorLennert Buytenhek <buytenh@wantstofly.org>
Sat, 14 Jan 2006 21:21:17 +0000 (13:21 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 15 Jan 2006 02:27:13 +0000 (18:27 -0800)
commita07f0dbec01fda6d88f5089e21454b8df53d36fc
treef15c12ffd1aeaa0f7aa7530ad9dc6fd76810f9f0
parent580d7b8cc59d68a3d26bfcc64c2053b464782c9a
[PATCH] cs89x0: use u16 for device register data

cs89x0 inconsistently used 'int' and 'u32' for device register data.
As the cs89x0 is a 16-bit chip, change the I/O accessors over to 'u16'.
(Spotted by Deepak Saxena.)

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/net/cs89x0.c