]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
USB: Staging: media: lirc: lirc_sasem: remove err() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Apr 2012 00:27:48 +0000 (17:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Apr 2012 16:08:21 +0000 (09:08 -0700)
commit17122545d71e71ceb2da73ecdd05021f8e341c8b
treeb50d2c5c3012c415f4a6b48992222ee3c21e820e
parent493f7d410ca1d3ff2e608f5eaf8099546c13920a
USB: 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 <jarod@wilsonet.com>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Andrew Miller <amiller@amilx.com>
Cc: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/lirc/lirc_sasem.c