From: Kalle Valo Date: Fri, 2 Sep 2011 07:32:05 +0000 (+0300) Subject: ath6kl: cleanup diagnose window read and write functions X-Git-Tag: v3.2-rc1~129^2~104^2^2~14^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=addb44be036dd5fc814be770ec4b90f08c820e76;p=pandora-kernel.git ath6kl: cleanup diagnose window read and write functions Just to make them a bit easier to read and unify naming. 32 suffix in the function name means that it will be a 32 bit transfer. If there's no number a buffer is transfered instead. Use void pointers to get rid of ugly casts. Don't provide target address as a pointer, pass it by value. Same for the value used in write32(). Signed-off-by: Kalle Valo --- Reading git-diff-tree failed