From: Felipe Contreras Date: Fri, 5 Nov 2010 17:01:48 +0000 (+0000) Subject: staging: tidspbridge: fix mgr_enum_node_info X-Git-Tag: v2.6.39-rc1~469^2~588^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d723818e7c8f20af0a665f5b0c2eda909e069ffa;p=pandora-kernel.git staging: tidspbridge: fix mgr_enum_node_info The current code was always returning a non-zero status value to userspace applications when this ioctl was called. The error code was ENODATA, which isn't actually an error, it's always returned by dcd_enumerate_object() when it hits the end of list. Signed-off-by: Felipe Contreras Signed-off-by: Omar Ramirez Luna --- Reading git-diff-tree failed