aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/ene_ir.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/rc/ene_ir.c')
-rw-r--r--drivers/media/rc/ene_ir.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/media/rc/ene_ir.c b/drivers/media/rc/ene_ir.c
index 293ccee2c05e..82867a2a60b0 100644
--- a/drivers/media/rc/ene_ir.c
+++ b/drivers/media/rc/ene_ir.c
@@ -1,18 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * driver for ENE KB3926 B/C/D/E/F CIR (pnp id: ENE0XXX) 3 * driver for ENE KB3926 B/C/D/E/F CIR (pnp id: ENE0XXX)
3 * 4 *
4 * Copyright (C) 2010 Maxim Levitsky <maximlevitsky@gmail.com> 5 * Copyright (C) 2010 Maxim Levitsky <maximlevitsky@gmail.com>
5 * 6 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of the
9 * License, or (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
15 *
16 * Special thanks to: 7 * Special thanks to:
17 * Sami R. <maesesami@gmail.com> for lot of help in debugging and therefore 8 * Sami R. <maesesami@gmail.com> for lot of help in debugging and therefore
18 * bringing to life support for transmission & learning mode. 9 * bringing to life support for transmission & learning mode.
@@ -22,7 +13,6 @@
22 * on latest notebooks 13 * on latest notebooks
23 * 14 *
24 * ENE for partial device documentation 15 * ENE for partial device documentation
25 *
26 */ 16 */
27 17
28#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 18#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt