From: Mauro Carvalho Chehab Date: Fri, 17 Jan 2014 13:18:16 +0000 (-0300) Subject: [media] drx-j: Use the Linux error codes X-Git-Tag: v3.15-rc1~85^2~272 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9482354f4a17b8eb2cdc055f6de0386237a3abd2;p=pandora-kernel.git [media] drx-j: Use the Linux error codes Instead of defining its own set of error codes, use the linux native ones. Please note that this patch made a "stupid" error code mapping, just replacing the codes with the closest one. In special, -EIO is being used on several places. I'm pretty sure this could be better assigned, but a change like that would require lots o time and efforts, without much benefit. So lets do adjstments at the error codes latter, when we have more time. Acked-by: Devin Heitmueller Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed