From: Dan Carpenter Date: Fri, 15 Oct 2010 03:42:35 +0000 (+0200) Subject: Staging: lirc: fix PTR_ERR() check X-Git-Tag: v2.6.37-rc1~60^2~3^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79e7c561aeea958479194e24d711e94615ea2823;p=pandora-kernel.git Staging: lirc: fix PTR_ERR() check This is a typo. It's supposed to be IS_ERR() here instead of PTR_ERR(). Signed-off-by: Dan Carpenter Acked-by: Jarod Wilson Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed