From: Lennert Buytenhek Date: Sat, 14 Jan 2006 21:21:17 +0000 (-0800) Subject: [PATCH] cs89x0: use u16 for device register data X-Git-Tag: v2.6.16-rc1~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a07f0dbec01fda6d88f5089e21454b8df53d36fc;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed