gpu: ion: Remove incorrect error message
authorRebecca Schultz Zavin <rebecca@android.com>
Fri, 1 Jul 2011 02:16:59 +0000 (19:16 -0700)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:09:28 +0000 (12:09 -0800)
commitdda9e64a774f536ca8704e25ac6384f6eccc8cac
tree2f71d3e9342e769021519f31b646a1969ac0b3c0
parent747e1bc9e09f3c5fd613f9ba722a25708ec9818a
gpu: ion: Remove incorrect error message

The function name is wrong here, and this function may
sometimes be called to see if a value passed from userspace
is an ion handle.  Since it's not really an error when it
fails, remove the log message.

Change-Id: I7bee0e7ffb72b4c4768774a3586f97e306700c21
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
drivers/gpu/ion/ion.c