]> git.baikalelectronics.ru Git - kernel.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)
commitda8ba41918dea5d8cd7cc3e2cc8cb1f807ee1738
treef15c12ffd1aeaa0f7aa7530ad9dc6fd76810f9f0
parent607816e611e83d64b59d0038f721ec1ab631aea8
[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