[PATCH] m68knommu: fix result type in get_user() macro
authorGreg Ungerer <gerg@snapgear.com>
Wed, 12 Jul 2006 23:32:41 +0000 (09:32 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 13 Jul 2006 14:51:48 +0000 (07:51 -0700)
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 <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found