From: Greg Kroah-Hartman Date: Tue, 24 Apr 2012 00:27:48 +0000 (-0700) Subject: Staging: media: lirc: lirc_sasem: remove err() usage X-Git-Tag: v3.5-rc1~145^2~229^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=437c06cb4670faa3b22864ccf51a99ce198e4494;p=pandora-kernel.git Staging: media: lirc: lirc_sasem: 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: Andrew Miller Cc: Alexey Khoroshilov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed