From: Greg Ungerer Date: Wed, 6 Dec 2006 01:36:59 +0000 (+1000) Subject: [PATCH] m68knommu: fix timer register access on 523x ColdFire platforms X-Git-Tag: v2.6.20-rc1~34^2~20^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deb77c8501f47ab228bf7cc7fd649e50603ed2cd;p=pandora-kernel.git [PATCH] m68knommu: fix timer register access on 523x ColdFire platforms The 523x timer TRR register is a full 32bits, the older register (on other ColdFire parts) was only 16 bits. Use the right type of __raw_read when accessing it. Problem found by Yaroslav Vinogradov Signed-off-by: Greg Ungerer Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed