From: Greg Kroah-Hartman Date: Tue, 24 Apr 2012 00:13:54 +0000 (-0700) Subject: Staging: media: easycap: remove err() usage X-Git-Tag: v3.5-rc1~145^2~229^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfcf931a94f660c677c08f9cc23e0ffc7ccca4f3;p=pandora-kernel.git Staging: media: easycap: remove err() usage err() was a very old USB-specific macro that I thought had gone away. This patch removes it from being used in the driver and uses dev_err() instead. Cc: Mauro Carvalho Chehab Cc: Tomas Winkler Cc: Jesper Juhl Cc: Ezequiel Garcia Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed