From: Krzysztof Helt Date: Tue, 16 Oct 2007 08:28:34 +0000 (-0700) Subject: pm2fb: source code improvements X-Git-Tag: v2.6.24-rc1~947 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45f169ec8142e753cbff126e04a78f26f4aa8422;p=pandora-kernel.git pm2fb: source code improvements This patch concentrates on source compacting, simplification and more conformance to kernel coding standards. The major changes: - RD32() and WR() functions are merged into pm2_RD() and pm2_WR() - conditional (with switch()) RDAC functions are separated in two unconditional ones - the conditional pm2fb_block_op() function is merged into pm2fb_fillrect() and pm2fb_copyarea() - WAIT_FIFO() values are corrected Signed-off-by: Krzysztof Helt Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed