From: Aya Mahfouz Date: Thu, 30 Oct 2014 15:12:53 +0000 (+0200) Subject: staging: media: lirc: lirc_zilog.c: remove unnecessary 'out of memory' message X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~559 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ede7af3fd5f92966d328586f7f42b378fa17d83;p=pandora-kernel.git staging: media: lirc: lirc_zilog.c: remove unnecessary 'out of memory' message This patch fixes the following the following checkpatch.pl warning: Possible unnecessary 'out of memory' message The warning was issued for the file lirc_zilog.c after changing two custom printk messages to dev_err. The dev_err calls were simply removed. Signed-off-by: Aya Mahfouz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed