From: Gertjan van Wingerde Date: Mon, 27 Dec 2010 14:05:55 +0000 (+0100) Subject: rt2x00: Fix pointer errors. X-Git-Tag: v2.6.38-rc1~476^2~14^2~3^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=736e3acadce8438e610b897af2b1c472ed58444b;p=pandora-kernel.git rt2x00: Fix pointer errors. Fix some pointer errors in the various calls to memcpy, memset and memmove. Although none of these errors are fatal (the expression used now results in the same pointer value) it is better to use the proper expression. All errors are having to deal with arrays. Signed-off-by: Gertjan van Wingerde Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed