commit | a07f0dbec01fda6d88f5089e21454b8df53d36fc | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Sat Jan 14 13:21:17 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Jan 14 18:27:13 2006 -0800 |
tree | f15c12ffd1aeaa0f7aa7530ad9dc6fd76810f9f0 | |
parent | 580d7b8cc59d68a3d26bfcc64c2053b464782c9a [diff] |
[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>