From: Mauro Carvalho Chehab Date: Tue, 15 May 2012 12:13:28 +0000 (-0300) Subject: [media] saa7134: remove unused log_err() macro X-Git-Tag: v3.5-rc1~104^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=626f95a3e1ee1a227bf447d60f98166b87ea7f8b;p=pandora-kernel.git [media] saa7134: remove unused log_err() macro As reported by Masanari, this macro is using "KERN_ERR" instead of "KERN_ERROR". That would lead into a compilation breakage, if this macro were used somewhere inside the driver. Instead of fixing the macro, as originally proposed, let's just remove the dead code. Reported-by: Masanari Iida Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed