From: Greg Ungerer Date: Wed, 12 Jul 2006 23:32:41 +0000 (+1000) Subject: [PATCH] m68knommu: fix result type in get_user() macro X-Git-Tag: v2.6.18-rc2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b0f06d0b4860a8a73dc0b48540d82d8897ead71;p=pandora-kernel.git [PATCH] m68knommu: fix result type in get_user() macro Keep the result holder variable the same type as the quantity we are retreiving in the get_user() macro - don't go through a pointer version of the user space address type. Using the address type causes problems if the address type was const (newer versions of gcc quite rightly error out for that condition). Signed-off-by: Greg Ungerer Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed