From: Tomas Winkler Date: Mon, 24 Jan 2011 11:27:02 +0000 (+0200) Subject: staging/easycap: implement strerror function X-Git-Tag: v2.6.39-rc1~469^2~800 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c0c6c395ea8ad2f831c0717f67f957ba84550ad;p=pandora-kernel.git staging/easycap: implement strerror function Replace long switch statements that just print out errno with strerror function. It reduces around 700 lines from the code. The function should be probably dropped at all but leave for now to not break currently expected debug output. Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed