staging: media: lirc: lirc_zilog.c: remove unnecessary 'out of memory' message
authorAya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Thu, 30 Oct 2014 15:12:53 +0000 (17:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Oct 2014 20:12:05 +0000 (13:12 -0700)
commit7ede7af3fd5f92966d328586f7f42b378fa17d83
treecddf4277a5116a8b61f157c9de20d2a8de020c9f
parent7499b702f0873b670cbd769c9bfeb437e9fa4c55
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 <mahfouz.saif.elyazal@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/lirc/lirc_zilog.c