git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35f338e
)
staging: ti dspbridge: use node id instead of kernel address
author
Ernesto Ramos
<ernesto@ti.com>
Wed, 28 Jul 2010 21:04:53 +0000
(16:04 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 3 Aug 2010 00:11:02 +0000
(17:11 -0700)
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 <ernesto@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found