From: Ernesto Ramos Date: Wed, 28 Jul 2010 21:04:53 +0000 (-0500) Subject: staging: ti dspbridge: use node id instead of kernel address X-Git-Tag: v2.6.36-rc1~520^2~1^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0624f52f77e11a6edfc48827a12190f874d572b8;p=pandora-kernel.git staging: ti dspbridge: use node id instead of kernel address Use idr kernel library to send/receive node ids to the user instead of kernel address. This id will be use to access the node handles at the kernel side, if id does not match to any handle error -EFAULT is returned. Signed-off-by: Ernesto Ramos Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed