From: Greg Kroah-Hartman Date: Tue, 24 Apr 2012 16:03:48 +0000 (-0700) Subject: Staging: media: lirc: lirc_ttusbir: remove err() usage X-Git-Tag: v3.5-rc1~145^2~229^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b33da165ba857cdfd004df56f58d5ca612d78d9;p=pandora-kernel.git Staging: media: lirc: lirc_ttusbir: 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: Jarod Wilson Cc: Mauro Carvalho Chehab Cc: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed