mirror of
https://github.com/tbsdtv/media_build.git
synced 2025-07-23 04:13:02 +02:00
1751 lines
55 KiB
Diff
1751 lines
55 KiB
Diff
diff --git a/drivers/media/common/saa7146/saa7146_core.c b/drivers/media/common/saa7146/saa7146_core.c
|
|
index e50fa0ff7c5d..f53a309ef136 100644
|
|
--- a/drivers/media/common/saa7146/saa7146_core.c
|
|
+++ b/drivers/media/common/saa7146/saa7146_core.c
|
|
@@ -6,6 +6,7 @@
|
|
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <media/drv-intf/saa7146.h>
|
|
diff --git a/drivers/media/common/saa7146/saa7146_fops.c b/drivers/media/common/saa7146/saa7146_fops.c
|
|
index baf5772c52a9..3cb5bb5f19b0 100644
|
|
--- a/drivers/media/common/saa7146/saa7146_fops.c
|
|
+++ b/drivers/media/common/saa7146/saa7146_fops.c
|
|
@@ -1,3 +1,4 @@
|
|
+#undef pr_fmt
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
diff --git a/drivers/media/common/saa7146/saa7146_hlp.c b/drivers/media/common/saa7146/saa7146_hlp.c
|
|
index 6c9946a402ee..7f593301a69c 100644
|
|
--- a/drivers/media/common/saa7146/saa7146_hlp.c
|
|
+++ b/drivers/media/common/saa7146/saa7146_hlp.c
|
|
@@ -1,3 +1,4 @@
|
|
+#undef pr_fmt
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
diff --git a/drivers/media/common/saa7146/saa7146_i2c.c b/drivers/media/common/saa7146/saa7146_i2c.c
|
|
index df9ebe2a168c..b69690aaf89e 100644
|
|
--- a/drivers/media/common/saa7146/saa7146_i2c.c
|
|
+++ b/drivers/media/common/saa7146/saa7146_i2c.c
|
|
@@ -1,4 +1,5 @@
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <media/drv-intf/saa7146_vv.h>
|
|
diff --git a/drivers/media/common/saa7146/saa7146_video.c b/drivers/media/common/saa7146/saa7146_video.c
|
|
index 66215d9106a4..73c4c595e8d4 100644
|
|
--- a/drivers/media/common/saa7146/saa7146_video.c
|
|
+++ b/drivers/media/common/saa7146/saa7146_video.c
|
|
@@ -1,3 +1,4 @@
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <media/drv-intf/saa7146_vv.h>
|
|
diff --git a/drivers/media/common/siano/smscoreapi.h b/drivers/media/common/siano/smscoreapi.h
|
|
index f8789ee0d554..c100866e5dfe 100644
|
|
--- a/drivers/media/common/siano/smscoreapi.h
|
|
+++ b/drivers/media/common/siano/smscoreapi.h
|
|
@@ -11,6 +11,7 @@ Copyright (C) 2006-2008, Uri Shkolnik, Anatoly Greenblat
|
|
#ifndef __SMS_CORE_API_H__
|
|
#define __SMS_CORE_API_H__
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) "%s:%s: " fmt, KBUILD_MODNAME, __func__
|
|
|
|
#include <linux/device.h>
|
|
diff --git a/drivers/media/common/tveeprom.c b/drivers/media/common/tveeprom.c
|
|
index b5b9d6de6d9e..19bb646140bf 100644
|
|
--- a/drivers/media/common/tveeprom.c
|
|
+++ b/drivers/media/common/tveeprom.c
|
|
@@ -16,6 +16,7 @@
|
|
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/common/videobuf2/videobuf2-core.c b/drivers/media/common/videobuf2/videobuf2-core.c
|
|
index 2266bbd239ab..17260806dbd6 100644
|
|
--- a/drivers/media/common/videobuf2/videobuf2-core.c
|
|
+++ b/drivers/media/common/videobuf2/videobuf2-core.c
|
|
@@ -14,6 +14,7 @@
|
|
* the Free Software Foundation.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/err.h>
|
|
diff --git a/drivers/media/dvb-core/dmxdev.c b/drivers/media/dvb-core/dmxdev.c
|
|
index 5d5a48475a54..b175261018bc 100644
|
|
--- a/drivers/media/dvb-core/dmxdev.c
|
|
+++ b/drivers/media/dvb-core/dmxdev.c
|
|
@@ -16,6 +16,7 @@
|
|
*
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) "dmxdev: " fmt
|
|
|
|
#include <linux/sched.h>
|
|
diff --git a/drivers/media/dvb-core/dvb_ca_en50221.c b/drivers/media/dvb-core/dvb_ca_en50221.c
|
|
index 15a08d8c69ef..3c4e84562627 100644
|
|
--- a/drivers/media/dvb-core/dvb_ca_en50221.c
|
|
+++ b/drivers/media/dvb-core/dvb_ca_en50221.c
|
|
@@ -14,6 +14,7 @@
|
|
* & Marcus Metzler for convergence integrated media GmbH
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) "dvb_ca_en50221: " fmt
|
|
|
|
#include <linux/errno.h>
|
|
diff --git a/drivers/media/dvb-core/dvb_demux.c b/drivers/media/dvb-core/dvb_demux.c
|
|
index 5fde1d38b3e3..b7792796a5c5 100644
|
|
--- a/drivers/media/dvb-core/dvb_demux.c
|
|
+++ b/drivers/media/dvb-core/dvb_demux.c
|
|
@@ -17,6 +17,7 @@
|
|
*
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) "dvb_demux: " fmt
|
|
|
|
#include <linux/sched/signal.h>
|
|
diff --git a/drivers/media/dvb-core/dvb_frontend.c b/drivers/media/dvb-core/dvb_frontend.c
|
|
index 258637d762d6..e189ee80a19c 100644
|
|
--- a/drivers/media/dvb-core/dvb_frontend.c
|
|
+++ b/drivers/media/dvb-core/dvb_frontend.c
|
|
@@ -13,6 +13,7 @@
|
|
/* Enables DVBv3 compatibility bits at the headers */
|
|
#define __DVB_CORE__
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) "dvb_frontend: " fmt
|
|
|
|
#include <linux/string.h>
|
|
diff --git a/drivers/media/dvb-core/dvb_net.c b/drivers/media/dvb-core/dvb_net.c
|
|
index dddebea644bb..e294d6d702d0 100644
|
|
--- a/drivers/media/dvb-core/dvb_net.c
|
|
+++ b/drivers/media/dvb-core/dvb_net.c
|
|
@@ -40,6 +40,7 @@
|
|
*
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) "dvb_net: " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/dvb-core/dvbdev.c b/drivers/media/dvb-core/dvbdev.c
|
|
index 795d9bfaba5c..1de24a19b51e 100644
|
|
--- a/drivers/media/dvb-core/dvbdev.c
|
|
+++ b/drivers/media/dvb-core/dvbdev.c
|
|
@@ -17,6 +17,7 @@
|
|
*
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) "dvbdev: " fmt
|
|
|
|
#include <linux/types.h>
|
|
diff --git a/drivers/media/dvb-frontends/cxd2880/cxd2880_top.c b/drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
|
|
index d5b1b3788e39..28117395e03d 100644
|
|
--- a/drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
|
|
+++ b/drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
|
|
@@ -6,6 +6,7 @@
|
|
* Copyright (C) 2016, 2017, 2018 Sony Semiconductor Solutions Corporation
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__
|
|
|
|
#include <linux/spi/spi.h>
|
|
diff --git a/drivers/media/dvb-frontends/dib0070.c b/drivers/media/dvb-frontends/dib0070.c
|
|
index cafb41dba861..f0118188ac3b 100644
|
|
--- a/drivers/media/dvb-frontends/dib0070.c
|
|
+++ b/drivers/media/dvb-frontends/dib0070.c
|
|
@@ -8,6 +8,7 @@
|
|
* excuse some codingstyle oddities.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/kernel.h>
|
|
diff --git a/drivers/media/dvb-frontends/dib0090.c b/drivers/media/dvb-frontends/dib0090.c
|
|
index 903da33642df..8142c90fd71e 100644
|
|
--- a/drivers/media/dvb-frontends/dib0090.c
|
|
+++ b/drivers/media/dvb-frontends/dib0090.c
|
|
@@ -8,6 +8,7 @@
|
|
* excuse some codingstyle oddities.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/kernel.h>
|
|
diff --git a/drivers/media/dvb-frontends/dib3000mb.c b/drivers/media/dvb-frontends/dib3000mb.c
|
|
index a6c2fc4586eb..6fcdf7c2e562 100644
|
|
--- a/drivers/media/dvb-frontends/dib3000mb.c
|
|
+++ b/drivers/media/dvb-frontends/dib3000mb.c
|
|
@@ -17,6 +17,7 @@
|
|
* see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/kernel.h>
|
|
diff --git a/drivers/media/dvb-frontends/dib3000mc.c b/drivers/media/dvb-frontends/dib3000mc.c
|
|
index 692600ce5f23..ce72e2a5ab11 100644
|
|
--- a/drivers/media/dvb-frontends/dib3000mc.c
|
|
+++ b/drivers/media/dvb-frontends/dib3000mc.c
|
|
@@ -8,6 +8,7 @@
|
|
* This code is partially based on the previous dib3000mc.c .
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/kernel.h>
|
|
diff --git a/drivers/media/dvb-frontends/dib7000m.c b/drivers/media/dvb-frontends/dib7000m.c
|
|
index 97ce97789c9e..a79dfa89bdbb 100644
|
|
--- a/drivers/media/dvb-frontends/dib7000m.c
|
|
+++ b/drivers/media/dvb-frontends/dib7000m.c
|
|
@@ -6,6 +6,7 @@
|
|
* Copyright (C) 2005-7 DiBcom (http://www.dibcom.fr/)
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/kernel.h>
|
|
diff --git a/drivers/media/dvb-frontends/dib7000p.c b/drivers/media/dvb-frontends/dib7000p.c
|
|
index 55bee50aa871..ac07ad1cfbb7 100644
|
|
--- a/drivers/media/dvb-frontends/dib7000p.c
|
|
+++ b/drivers/media/dvb-frontends/dib7000p.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (C) 2005-7 DiBcom (http://www.dibcom.fr/)
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/kernel.h>
|
|
diff --git a/drivers/media/dvb-frontends/dib8000.c b/drivers/media/dvb-frontends/dib8000.c
|
|
index bb02354a48b8..fb8c0dbca9bb 100644
|
|
--- a/drivers/media/dvb-frontends/dib8000.c
|
|
+++ b/drivers/media/dvb-frontends/dib8000.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (C) 2009 DiBcom (http://www.dibcom.fr/)
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/kernel.h>
|
|
diff --git a/drivers/media/dvb-frontends/dib9000.c b/drivers/media/dvb-frontends/dib9000.c
|
|
index 04d92d614279..3d974ed01f37 100644
|
|
--- a/drivers/media/dvb-frontends/dib9000.c
|
|
+++ b/drivers/media/dvb-frontends/dib9000.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (C) 2005-10 DiBcom (http://www.dibcom.fr/)
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/kernel.h>
|
|
diff --git a/drivers/media/dvb-frontends/dibx000_common.c b/drivers/media/dvb-frontends/dibx000_common.c
|
|
index 63a4c6a4afb5..1fbdac917dc2 100644
|
|
--- a/drivers/media/dvb-frontends/dibx000_common.c
|
|
+++ b/drivers/media/dvb-frontends/dibx000_common.c
|
|
@@ -1,3 +1,4 @@
|
|
+#undef pr_fmt
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
diff --git a/drivers/media/dvb-frontends/drx39xyj/drxj.c b/drivers/media/dvb-frontends/drx39xyj/drxj.c
|
|
index bf9e4ef35684..47e4a0c07f6f 100644
|
|
--- a/drivers/media/dvb-frontends/drx39xyj/drxj.c
|
|
+++ b/drivers/media/dvb-frontends/drx39xyj/drxj.c
|
|
@@ -53,6 +53,7 @@
|
|
INCLUDE FILES
|
|
----------------------------------------------------------------------------*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/dvb-frontends/drxk_hard.c b/drivers/media/dvb-frontends/drxk_hard.c
|
|
index d7fc2595f15b..c84c409cb7e4 100644
|
|
--- a/drivers/media/dvb-frontends/drxk_hard.c
|
|
+++ b/drivers/media/dvb-frontends/drxk_hard.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (C) 2010-2011 Digital Devices GmbH
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/kernel.h>
|
|
diff --git a/drivers/media/dvb-frontends/dvb-pll.c b/drivers/media/dvb-frontends/dvb-pll.c
|
|
index d45b4ddc8f91..52de4f867ab0 100644
|
|
--- a/drivers/media/dvb-frontends/dvb-pll.c
|
|
+++ b/drivers/media/dvb-frontends/dvb-pll.c
|
|
@@ -5,6 +5,7 @@
|
|
* (c) 2004 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/slab.h>
|
|
diff --git a/drivers/media/dvb-frontends/gp8psk-fe.c b/drivers/media/dvb-frontends/gp8psk-fe.c
|
|
index ed671e951a17..97b9b3f690f8 100644
|
|
--- a/drivers/media/dvb-frontends/gp8psk-fe.c
|
|
+++ b/drivers/media/dvb-frontends/gp8psk-fe.c
|
|
@@ -10,6 +10,7 @@
|
|
* This module is based off the vp7045 and vp702x modules
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include "gp8psk-fe.h"
|
|
diff --git a/drivers/media/dvb-frontends/lgdt3306a.c b/drivers/media/dvb-frontends/lgdt3306a.c
|
|
index 136b76cb4807..3250264d54b5 100644
|
|
--- a/drivers/media/dvb-frontends/lgdt3306a.c
|
|
+++ b/drivers/media/dvb-frontends/lgdt3306a.c
|
|
@@ -7,6 +7,7 @@
|
|
* - code based on LG3306_V0.35 API by LG Electronics Inc.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <asm/div64.h>
|
|
diff --git a/drivers/media/dvb-frontends/nxt200x.c b/drivers/media/dvb-frontends/nxt200x.c
|
|
index 200b6dbc75f8..c7842eb2f5c0 100644
|
|
--- a/drivers/media/dvb-frontends/nxt200x.c
|
|
+++ b/drivers/media/dvb-frontends/nxt200x.c
|
|
@@ -23,6 +23,7 @@
|
|
* /usr/lib/hotplug/firmware/ or /lib/firmware/
|
|
* (depending on configuration of firmware hotplug).
|
|
*/
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
/* Max transfer size done by I2C transfer functions */
|
|
diff --git a/drivers/media/dvb-frontends/nxt6000.c b/drivers/media/dvb-frontends/nxt6000.c
|
|
index 136918f82dda..eaf1d4344a37 100644
|
|
--- a/drivers/media/dvb-frontends/nxt6000.c
|
|
+++ b/drivers/media/dvb-frontends/nxt6000.c
|
|
@@ -7,6 +7,7 @@
|
|
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/init.h>
|
|
diff --git a/drivers/media/dvb-frontends/or51211.c b/drivers/media/dvb-frontends/or51211.c
|
|
index ddcaea5c9941..e914eb65bfc9 100644
|
|
--- a/drivers/media/dvb-frontends/or51211.c
|
|
+++ b/drivers/media/dvb-frontends/or51211.c
|
|
@@ -8,6 +8,7 @@
|
|
* Copyright (C) 2002 & pcHDTV, inc.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__
|
|
|
|
/*
|
|
diff --git a/drivers/media/mc/mc-devnode.c b/drivers/media/mc/mc-devnode.c
|
|
index f11382afe23b..e1a3095736fa 100644
|
|
--- a/drivers/media/mc/mc-devnode.c
|
|
+++ b/drivers/media/mc/mc-devnode.c
|
|
@@ -18,6 +18,7 @@
|
|
* counting.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/errno.h>
|
|
diff --git a/drivers/media/pci/bt8xx/btcx-risc.c b/drivers/media/pci/bt8xx/btcx-risc.c
|
|
index b3179038b900..8049e2934fe3 100644
|
|
--- a/drivers/media/pci/bt8xx/btcx-risc.c
|
|
+++ b/drivers/media/pci/bt8xx/btcx-risc.c
|
|
@@ -10,6 +10,7 @@
|
|
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/pci/bt8xx/bttv-cards.c b/drivers/media/pci/bt8xx/bttv-cards.c
|
|
index c2b5ab287dd7..5c5d9009d9b6 100644
|
|
--- a/drivers/media/pci/bt8xx/bttv-cards.c
|
|
+++ b/drivers/media/pci/bt8xx/bttv-cards.c
|
|
@@ -13,6 +13,7 @@
|
|
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/delay.h>
|
|
diff --git a/drivers/media/pci/bt8xx/bttv-driver.c b/drivers/media/pci/bt8xx/bttv-driver.c
|
|
index 0e9df8b35ac6..d47fa4e5f04b 100644
|
|
--- a/drivers/media/pci/bt8xx/bttv-driver.c
|
|
+++ b/drivers/media/pci/bt8xx/bttv-driver.c
|
|
@@ -22,6 +22,7 @@
|
|
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/init.h>
|
|
diff --git a/drivers/media/pci/bt8xx/bttv-gpio.c b/drivers/media/pci/bt8xx/bttv-gpio.c
|
|
index a2b18e2bed1b..d7808fff004d 100644
|
|
--- a/drivers/media/pci/bt8xx/bttv-gpio.c
|
|
+++ b/drivers/media/pci/bt8xx/bttv-gpio.c
|
|
@@ -14,6 +14,7 @@
|
|
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/pci/bt8xx/bttv-i2c.c b/drivers/media/pci/bt8xx/bttv-i2c.c
|
|
index 4a8a3f80c6db..6eefddf103aa 100644
|
|
--- a/drivers/media/pci/bt8xx/bttv-i2c.c
|
|
+++ b/drivers/media/pci/bt8xx/bttv-i2c.c
|
|
@@ -15,6 +15,7 @@
|
|
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/pci/bt8xx/bttv-input.c b/drivers/media/pci/bt8xx/bttv-input.c
|
|
index 41226f1d0e5b..1bf8fe4194b5 100644
|
|
--- a/drivers/media/pci/bt8xx/bttv-input.c
|
|
+++ b/drivers/media/pci/bt8xx/bttv-input.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (c) 2003 Pavel Machek
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/pci/bt8xx/bttv-risc.c b/drivers/media/pci/bt8xx/bttv-risc.c
|
|
index 32fa4a7fe76f..ec2efb078c74 100644
|
|
--- a/drivers/media/pci/bt8xx/bttv-risc.c
|
|
+++ b/drivers/media/pci/bt8xx/bttv-risc.c
|
|
@@ -12,6 +12,7 @@
|
|
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/pci/bt8xx/bttv-vbi.c b/drivers/media/pci/bt8xx/bttv-vbi.c
|
|
index ce36a2c0f60b..859578542296 100644
|
|
--- a/drivers/media/pci/bt8xx/bttv-vbi.c
|
|
+++ b/drivers/media/pci/bt8xx/bttv-vbi.c
|
|
@@ -11,6 +11,7 @@
|
|
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/pci/bt8xx/dst.c b/drivers/media/pci/bt8xx/dst.c
|
|
index 3e52a51982d7..7e29e7f3f0b3 100644
|
|
--- a/drivers/media/pci/bt8xx/dst.c
|
|
+++ b/drivers/media/pci/bt8xx/dst.c
|
|
@@ -6,6 +6,7 @@
|
|
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/kernel.h>
|
|
diff --git a/drivers/media/pci/bt8xx/dvb-bt8xx.c b/drivers/media/pci/bt8xx/dvb-bt8xx.c
|
|
index 4cb890b949c3..4d161cca9952 100644
|
|
--- a/drivers/media/pci/bt8xx/dvb-bt8xx.c
|
|
+++ b/drivers/media/pci/bt8xx/dvb-bt8xx.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (C) 2002,2003 Florian Schirmer <jolt@tuxbox.org>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/bitops.h>
|
|
diff --git a/drivers/media/pci/cx23885/altera-ci.c b/drivers/media/pci/cx23885/altera-ci.c
|
|
index 0dc348215b72..e6f27b6d0046 100644
|
|
--- a/drivers/media/pci/cx23885/altera-ci.c
|
|
+++ b/drivers/media/pci/cx23885/altera-ci.c
|
|
@@ -39,6 +39,7 @@
|
|
* +-------+-------+-------+-------+-------+-------+-------+-------+
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <media/dvb_demux.h>
|
|
diff --git a/drivers/media/pci/cx23885/cx23885.h b/drivers/media/pci/cx23885/cx23885.h
|
|
index 349462ee2c48..c4c30446d9b1 100644
|
|
--- a/drivers/media/pci/cx23885/cx23885.h
|
|
+++ b/drivers/media/pci/cx23885/cx23885.h
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (c) 2006 Steven Toth <stoth@linuxtv.org>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/pci.h>
|
|
diff --git a/drivers/media/pci/cx25821/cx25821-alsa.c b/drivers/media/pci/cx25821/cx25821-alsa.c
|
|
index 438fdcec6eac..7cab0ef42760 100644
|
|
--- a/drivers/media/pci/cx25821/cx25821-alsa.c
|
|
+++ b/drivers/media/pci/cx25821/cx25821-alsa.c
|
|
@@ -7,6 +7,7 @@
|
|
* Based on SAA713x ALSA driver and CX88 driver
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/pci/cx25821/cx25821-cards.c b/drivers/media/pci/cx25821/cx25821-cards.c
|
|
index 5aa67fa51ca5..e40cb52c208c 100644
|
|
--- a/drivers/media/pci/cx25821/cx25821-cards.c
|
|
+++ b/drivers/media/pci/cx25821/cx25821-cards.c
|
|
@@ -7,6 +7,7 @@
|
|
* Based on Steven Toth <stoth@linuxtv.org> cx23885 driver
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/init.h>
|
|
diff --git a/drivers/media/pci/cx25821/cx25821-core.c b/drivers/media/pci/cx25821/cx25821-core.c
|
|
index 40c10ca94def..02560c687333 100644
|
|
--- a/drivers/media/pci/cx25821/cx25821-core.c
|
|
+++ b/drivers/media/pci/cx25821/cx25821-core.c
|
|
@@ -7,6 +7,7 @@
|
|
* Based on Steven Toth <stoth@linuxtv.org> cx23885 driver
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/i2c.h>
|
|
diff --git a/drivers/media/pci/cx25821/cx25821-i2c.c b/drivers/media/pci/cx25821/cx25821-i2c.c
|
|
index 0ef4cd6528a0..fbe598bcbdaf 100644
|
|
--- a/drivers/media/pci/cx25821/cx25821-i2c.c
|
|
+++ b/drivers/media/pci/cx25821/cx25821-i2c.c
|
|
@@ -7,6 +7,7 @@
|
|
* Based on Steven Toth <stoth@linuxtv.org> cx23885 driver
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/pci/cx25821/cx25821-medusa-video.c b/drivers/media/pci/cx25821/cx25821-medusa-video.c
|
|
index f0a1ac77f048..20481e01625b 100644
|
|
--- a/drivers/media/pci/cx25821/cx25821-medusa-video.c
|
|
+++ b/drivers/media/pci/cx25821/cx25821-medusa-video.c
|
|
@@ -6,6 +6,7 @@
|
|
* Authors <shu.lin@conexant.com>, <hiep.huynh@conexant.com>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include "cx25821.h"
|
|
diff --git a/drivers/media/pci/cx25821/cx25821-video.c b/drivers/media/pci/cx25821/cx25821-video.c
|
|
index 1b80c990cb94..4f9d7f9d2b28 100644
|
|
--- a/drivers/media/pci/cx25821/cx25821-video.c
|
|
+++ b/drivers/media/pci/cx25821/cx25821-video.c
|
|
@@ -9,6 +9,7 @@
|
|
* Copyright (C) 2009 Eduardo Moscoso Rubino <moscoso@TopoLogica.com>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include "cx25821-video.h"
|
|
diff --git a/drivers/media/pci/cx88/cx88.h b/drivers/media/pci/cx88/cx88.h
|
|
index ce4acf6de6aa..d38ac5d6b02b 100644
|
|
--- a/drivers/media/pci/cx88/cx88.h
|
|
+++ b/drivers/media/pci/cx88/cx88.h
|
|
@@ -8,6 +8,7 @@
|
|
#ifndef CX88_H
|
|
#define CX88_H
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/pci.h>
|
|
diff --git a/drivers/media/pci/ddbridge/ddbridge-main.c b/drivers/media/pci/ddbridge/ddbridge-main.c
|
|
index 25d0d6745b52..41a34cc97987 100644
|
|
--- a/drivers/media/pci/ddbridge/ddbridge-main.c
|
|
+++ b/drivers/media/pci/ddbridge/ddbridge-main.c
|
|
@@ -16,6 +16,7 @@
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/pci/ivtv/ivtv-driver.h b/drivers/media/pci/ivtv/ivtv-driver.h
|
|
index 4cf92dee6527..1f55c1937fff 100644
|
|
--- a/drivers/media/pci/ivtv/ivtv-driver.h
|
|
+++ b/drivers/media/pci/ivtv/ivtv-driver.h
|
|
@@ -22,6 +22,7 @@
|
|
#ifndef IVTV_DRIVER_H
|
|
#define IVTV_DRIVER_H
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
/* Internal header for ivtv project:
|
|
diff --git a/drivers/media/pci/ngene/ngene-cards.c b/drivers/media/pci/ngene/ngene-cards.c
|
|
index 7dbc21e1a2ca..1c59449bea2a 100644
|
|
--- a/drivers/media/pci/ngene/ngene-cards.c
|
|
+++ b/drivers/media/pci/ngene/ngene-cards.c
|
|
@@ -10,6 +10,7 @@
|
|
* support for new dual DVB-S2 card prototype
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/pci/saa7134/saa7134.h b/drivers/media/pci/saa7134/saa7134.h
|
|
index 49fe0f6bacba..ccda5d3ab0dd 100644
|
|
--- a/drivers/media/pci/saa7134/saa7134.h
|
|
+++ b/drivers/media/pci/saa7134/saa7134.h
|
|
@@ -8,6 +8,7 @@
|
|
|
|
#define SAA7134_VERSION "0, 2, 17"
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/pci.h>
|
|
diff --git a/drivers/media/pci/saa7146/hexium_gemini.c b/drivers/media/pci/saa7146/hexium_gemini.c
|
|
index 2214c74bbbf1..355555320b5a 100644
|
|
--- a/drivers/media/pci/saa7146/hexium_gemini.c
|
|
+++ b/drivers/media/pci/saa7146/hexium_gemini.c
|
|
@@ -9,6 +9,7 @@
|
|
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define DEBUG_VARIABLE debug
|
|
diff --git a/drivers/media/pci/saa7146/hexium_orion.c b/drivers/media/pci/saa7146/hexium_orion.c
|
|
index 39d14c179d22..010e89d2df82 100644
|
|
--- a/drivers/media/pci/saa7146/hexium_orion.c
|
|
+++ b/drivers/media/pci/saa7146/hexium_orion.c
|
|
@@ -9,6 +9,7 @@
|
|
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define DEBUG_VARIABLE debug
|
|
diff --git a/drivers/media/pci/saa7146/mxb.c b/drivers/media/pci/saa7146/mxb.c
|
|
index 73fc901ecf3d..bcf2cedf11cb 100644
|
|
--- a/drivers/media/pci/saa7146/mxb.c
|
|
+++ b/drivers/media/pci/saa7146/mxb.c
|
|
@@ -9,6 +9,7 @@
|
|
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define DEBUG_VARIABLE debug
|
|
diff --git a/drivers/media/pci/ttpci/budget-av.c b/drivers/media/pci/ttpci/budget-av.c
|
|
index 3cb83005cf09..64e61883a79d 100644
|
|
--- a/drivers/media/pci/ttpci/budget-av.c
|
|
+++ b/drivers/media/pci/ttpci/budget-av.c
|
|
@@ -16,6 +16,7 @@
|
|
* the project's page is at https://linuxtv.org
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include "budget.h"
|
|
diff --git a/drivers/media/platform/samsung/exynos4-is/fimc-is-param.c b/drivers/media/platform/samsung/exynos4-is/fimc-is-param.c
|
|
index 9c816ae3b3e5..c318a6bd5f55 100644
|
|
--- a/drivers/media/platform/samsung/exynos4-is/fimc-is-param.c
|
|
+++ b/drivers/media/platform/samsung/exynos4-is/fimc-is-param.c
|
|
@@ -7,6 +7,7 @@
|
|
* Authors: Younghwan Joo <yhwan.joo@samsung.com>
|
|
* Sylwester Nawrocki <s.nawrocki@samsung.com>
|
|
*/
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__
|
|
|
|
#include <linux/bitops.h>
|
|
diff --git a/drivers/media/platform/samsung/exynos4-is/fimc-is.c b/drivers/media/platform/samsung/exynos4-is/fimc-is.c
|
|
index e55e411038f4..c19d2ca8d07c 100644
|
|
--- a/drivers/media/platform/samsung/exynos4-is/fimc-is.c
|
|
+++ b/drivers/media/platform/samsung/exynos4-is/fimc-is.c
|
|
@@ -7,6 +7,7 @@
|
|
* Authors: Sylwester Nawrocki <s.nawrocki@samsung.com>
|
|
* Younghwan Joo <yhwan.joo@samsung.com>
|
|
*/
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__
|
|
|
|
#include <linux/device.h>
|
|
diff --git a/drivers/media/platform/samsung/exynos4-is/fimc-isp.c b/drivers/media/platform/samsung/exynos4-is/fimc-isp.c
|
|
index 855235bea46d..3039e7326c6c 100644
|
|
--- a/drivers/media/platform/samsung/exynos4-is/fimc-isp.c
|
|
+++ b/drivers/media/platform/samsung/exynos4-is/fimc-isp.c
|
|
@@ -7,6 +7,7 @@
|
|
* Authors: Sylwester Nawrocki <s.nawrocki@samsung.com>
|
|
* Younghwan Joo <yhwan.joo@samsung.com>
|
|
*/
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__
|
|
|
|
#include <linux/device.h>
|
|
diff --git a/drivers/media/platform/samsung/s3c-camif/camif-capture.c b/drivers/media/platform/samsung/s3c-camif/camif-capture.c
|
|
index 140854ab4dd8..b8ba2dc65297 100644
|
|
--- a/drivers/media/platform/samsung/s3c-camif/camif-capture.c
|
|
+++ b/drivers/media/platform/samsung/s3c-camif/camif-capture.c
|
|
@@ -8,6 +8,7 @@
|
|
* Based on drivers/media/platform/s5p-fimc,
|
|
* Copyright (C) 2010 - 2012 Samsung Electronics Co., Ltd.
|
|
*/
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__
|
|
|
|
#include <linux/bug.h>
|
|
diff --git a/drivers/media/platform/samsung/s3c-camif/camif-core.c b/drivers/media/platform/samsung/s3c-camif/camif-core.c
|
|
index 32892ab359ee..56c9c7fe7a99 100644
|
|
--- a/drivers/media/platform/samsung/s3c-camif/camif-core.c
|
|
+++ b/drivers/media/platform/samsung/s3c-camif/camif-core.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (C) 2012 Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
|
|
* Copyright (C) 2012 Tomasz Figa <tomasz.figa@gmail.com>
|
|
*/
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__
|
|
|
|
#include <linux/bug.h>
|
|
diff --git a/drivers/media/platform/samsung/s3c-camif/camif-regs.c b/drivers/media/platform/samsung/s3c-camif/camif-regs.c
|
|
index e80204f5720c..235a40337893 100644
|
|
--- a/drivers/media/platform/samsung/s3c-camif/camif-regs.c
|
|
+++ b/drivers/media/platform/samsung/s3c-camif/camif-regs.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (C) 2012 Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
|
|
* Copyright (C) 2012 Tomasz Figa <tomasz.figa@gmail.com>
|
|
*/
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__
|
|
|
|
#include <linux/delay.h>
|
|
diff --git a/drivers/media/rc/ene_ir.c b/drivers/media/rc/ene_ir.c
|
|
index e09270916fbc..05da41afef94 100644
|
|
--- a/drivers/media/rc/ene_ir.c
|
|
+++ b/drivers/media/rc/ene_ir.c
|
|
@@ -15,6 +15,7 @@
|
|
* ENE for partial device documentation
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/kernel.h>
|
|
diff --git a/drivers/media/rc/fintek-cir.c b/drivers/media/rc/fintek-cir.c
|
|
index b0d580566e4e..c7055bc4c4e3 100644
|
|
--- a/drivers/media/rc/fintek-cir.c
|
|
+++ b/drivers/media/rc/fintek-cir.c
|
|
@@ -9,6 +9,7 @@
|
|
* similar hardware.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/kernel.h>
|
|
diff --git a/drivers/media/rc/imon.c b/drivers/media/rc/imon.c
|
|
index 54da6f60079b..d650841f8eee 100644
|
|
--- a/drivers/media/rc/imon.c
|
|
+++ b/drivers/media/rc/imon.c
|
|
@@ -13,6 +13,7 @@
|
|
* support for me and provided debug dumps from their devices.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__
|
|
|
|
#include <linux/errno.h>
|
|
diff --git a/drivers/media/rc/ir-imon-decoder.c b/drivers/media/rc/ir-imon-decoder.c
|
|
index 41dbbef27fa6..c42a078072ac 100644
|
|
--- a/drivers/media/rc/ir-imon-decoder.c
|
|
+++ b/drivers/media/rc/ir-imon-decoder.c
|
|
@@ -3,6 +3,7 @@
|
|
//
|
|
// Copyright (C) 2018 by Sean Young <sean@mess.org>
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/rc/lirc_dev.c b/drivers/media/rc/lirc_dev.c
|
|
index 7f591ff5269d..5eac6a78345a 100644
|
|
--- a/drivers/media/rc/lirc_dev.c
|
|
+++ b/drivers/media/rc/lirc_dev.c
|
|
@@ -5,6 +5,7 @@
|
|
* by Artur Lipowski <alipowski@interia.pl>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/rc/nuvoton-cir.c b/drivers/media/rc/nuvoton-cir.c
|
|
index 8a37f083fe3d..400b9f10e641 100644
|
|
--- a/drivers/media/rc/nuvoton-cir.c
|
|
+++ b/drivers/media/rc/nuvoton-cir.c
|
|
@@ -20,6 +20,7 @@
|
|
* General Public License for more details.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/kernel.h>
|
|
diff --git a/drivers/media/rc/rc-main.c b/drivers/media/rc/rc-main.c
|
|
index b90438a71c80..55fc273d8bde 100644
|
|
--- a/drivers/media/rc/rc-main.c
|
|
+++ b/drivers/media/rc/rc-main.c
|
|
@@ -3,6 +3,7 @@
|
|
//
|
|
// Copyright (C) 2009-2010 by Mauro Carvalho Chehab
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <media/rc-core.h>
|
|
diff --git a/drivers/media/rc/serial_ir.c b/drivers/media/rc/serial_ir.c
|
|
index 96ae0294ac10..d977ce29dc46 100644
|
|
--- a/drivers/media/rc/serial_ir.c
|
|
+++ b/drivers/media/rc/serial_ir.c
|
|
@@ -13,6 +13,7 @@
|
|
* Copyright (C) 2016 Sean Young <sean@mess.org> (port to rc-core)
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/rc/winbond-cir.c b/drivers/media/rc/winbond-cir.c
|
|
index aed23ca0fa6c..22b3a1422863 100644
|
|
--- a/drivers/media/rc/winbond-cir.c
|
|
+++ b/drivers/media/rc/winbond-cir.c
|
|
@@ -27,6 +27,7 @@
|
|
* o Carrier detection
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/spi/cxd2880-spi.c b/drivers/media/spi/cxd2880-spi.c
|
|
index 506f52c1af10..d508a699cc7f 100644
|
|
--- a/drivers/media/spi/cxd2880-spi.c
|
|
+++ b/drivers/media/spi/cxd2880-spi.c
|
|
@@ -7,6 +7,7 @@
|
|
* Copyright (C) 2016, 2017, 2018 Sony Semiconductor Solutions Corporation
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__
|
|
|
|
#include <linux/spi/spi.h>
|
|
diff --git a/drivers/media/test-drivers/vidtv/vidtv_common.c b/drivers/media/test-drivers/vidtv/vidtv_common.c
|
|
index 63b3055bd715..8ae730f7876a 100644
|
|
--- a/drivers/media/test-drivers/vidtv/vidtv_common.c
|
|
+++ b/drivers/media/test-drivers/vidtv/vidtv_common.c
|
|
@@ -6,6 +6,7 @@
|
|
*
|
|
* Copyright (C) 2020 Daniel W. S. Almeida
|
|
*/
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ":%s, %d: " fmt, __func__, __LINE__
|
|
|
|
#include <linux/printk.h>
|
|
diff --git a/drivers/media/test-drivers/vidtv/vidtv_pes.c b/drivers/media/test-drivers/vidtv/vidtv_pes.c
|
|
index 782e5e7fbb02..4e4d672ffd1f 100644
|
|
--- a/drivers/media/test-drivers/vidtv/vidtv_pes.c
|
|
+++ b/drivers/media/test-drivers/vidtv/vidtv_pes.c
|
|
@@ -11,6 +11,7 @@
|
|
* Copyright (C) 2020 Daniel W. S. Almeida
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ":%s, %d: " fmt, __func__, __LINE__
|
|
|
|
#include <linux/types.h>
|
|
diff --git a/drivers/media/test-drivers/vidtv/vidtv_psi.c b/drivers/media/test-drivers/vidtv/vidtv_psi.c
|
|
index c11ac8dca73d..7aa5402b4ff8 100644
|
|
--- a/drivers/media/test-drivers/vidtv/vidtv_psi.c
|
|
+++ b/drivers/media/test-drivers/vidtv/vidtv_psi.c
|
|
@@ -9,6 +9,7 @@
|
|
* Copyright (C) 2020 Daniel W. S. Almeida
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ":%s, %d: " fmt, __func__, __LINE__
|
|
|
|
#include <linux/bcd.h>
|
|
diff --git a/drivers/media/test-drivers/vidtv/vidtv_s302m.c b/drivers/media/test-drivers/vidtv/vidtv_s302m.c
|
|
index d79b65854627..d2a8f206d3d5 100644
|
|
--- a/drivers/media/test-drivers/vidtv/vidtv_s302m.c
|
|
+++ b/drivers/media/test-drivers/vidtv/vidtv_s302m.c
|
|
@@ -15,6 +15,7 @@
|
|
* Copyright (C) 2020 Daniel W. S. Almeida
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ":%s, %d: " fmt, __func__, __LINE__
|
|
|
|
#include <linux/bug.h>
|
|
diff --git a/drivers/media/test-drivers/vidtv/vidtv_ts.c b/drivers/media/test-drivers/vidtv/vidtv_ts.c
|
|
index ca4bb9c40b78..e3093a69b912 100644
|
|
--- a/drivers/media/test-drivers/vidtv/vidtv_ts.c
|
|
+++ b/drivers/media/test-drivers/vidtv/vidtv_ts.c
|
|
@@ -7,6 +7,7 @@
|
|
* Copyright (C) 2020 Daniel W. S. Almeida
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ":%s, %d: " fmt, __func__, __LINE__
|
|
|
|
#include <linux/math64.h>
|
|
diff --git a/drivers/media/tuners/r820t.c b/drivers/media/tuners/r820t.c
|
|
index aed2f130ec74..2b556606d815 100644
|
|
--- a/drivers/media/tuners/r820t.c
|
|
+++ b/drivers/media/tuners/r820t.c
|
|
@@ -20,6 +20,7 @@
|
|
//
|
|
// RF Gain set/get is not implemented.
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/videodev2.h>
|
|
diff --git a/drivers/media/tuners/tda18271-priv.h b/drivers/media/tuners/tda18271-priv.h
|
|
index fead4e5f7b52..8f31e2168a66 100644
|
|
--- a/drivers/media/tuners/tda18271-priv.h
|
|
+++ b/drivers/media/tuners/tda18271-priv.h
|
|
@@ -9,6 +9,7 @@
|
|
#ifndef __TDA18271_PRIV_H__
|
|
#define __TDA18271_PRIV_H__
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/kernel.h>
|
|
diff --git a/drivers/media/tuners/tea5767.c b/drivers/media/tuners/tea5767.c
|
|
index 016d0d5ec50b..63468acb0dee 100644
|
|
--- a/drivers/media/tuners/tea5767.c
|
|
+++ b/drivers/media/tuners/tea5767.c
|
|
@@ -7,6 +7,7 @@
|
|
// tea5767 autodetection thanks to Torsten Seeboth and Atsushi Nakagawa
|
|
// from their contributions on DScaler.
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/i2c.h>
|
|
diff --git a/drivers/media/usb/au0828/au0828.h b/drivers/media/usb/au0828/au0828.h
|
|
index 01a668b1b00c..bb73afa7ee6c 100644
|
|
--- a/drivers/media/usb/au0828/au0828.h
|
|
+++ b/drivers/media/usb/au0828/au0828.h
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (c) 2008 Steven Toth <stoth@linuxtv.org>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/bitops.h>
|
|
diff --git a/drivers/media/usb/go7007/go7007-usb.c b/drivers/media/usb/go7007/go7007-usb.c
|
|
index eeb85981e02b..04a942c9a902 100644
|
|
--- a/drivers/media/usb/go7007/go7007-usb.c
|
|
+++ b/drivers/media/usb/go7007/go7007-usb.c
|
|
@@ -3,6 +3,7 @@
|
|
* Copyright (C) 2005-2006 Micronas USA Inc.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/module.h>
|
|
diff --git a/drivers/media/usb/gspca/benq.c b/drivers/media/usb/gspca/benq.c
|
|
index 25c40fb1ba43..e38a0bfccb8d 100644
|
|
--- a/drivers/media/usb/gspca/benq.c
|
|
+++ b/drivers/media/usb/gspca/benq.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (C) 2009 Jean-Francois Moine (http://moinejf.free.fr)
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "benq"
|
|
diff --git a/drivers/media/usb/gspca/conex.c b/drivers/media/usb/gspca/conex.c
|
|
index 8b2691243f8a..2d6a99f0bfcb 100644
|
|
--- a/drivers/media/usb/gspca/conex.c
|
|
+++ b/drivers/media/usb/gspca/conex.c
|
|
@@ -6,6 +6,7 @@
|
|
* V4L2 by Jean-Francois Moine <http://moinejf.free.fr>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "conex"
|
|
diff --git a/drivers/media/usb/gspca/cpia1.c b/drivers/media/usb/gspca/cpia1.c
|
|
index 46ed95483e22..78f602dfec84 100644
|
|
--- a/drivers/media/usb/gspca/cpia1.c
|
|
+++ b/drivers/media/usb/gspca/cpia1.c
|
|
@@ -12,6 +12,7 @@
|
|
* (C) Copyright 2000 STMicroelectronics
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "cpia1"
|
|
diff --git a/drivers/media/usb/gspca/dtcs033.c b/drivers/media/usb/gspca/dtcs033.c
|
|
index 671b205c0059..c26431484159 100644
|
|
--- a/drivers/media/usb/gspca/dtcs033.c
|
|
+++ b/drivers/media/usb/gspca/dtcs033.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (C) 2014 Robert Butora (robert.butora.fi@gmail.com)
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
#define MODULE_NAME "dtcs033"
|
|
#include "gspca.h"
|
|
diff --git a/drivers/media/usb/gspca/etoms.c b/drivers/media/usb/gspca/etoms.c
|
|
index c99fd9a1dd21..3321ecbdd1a6 100644
|
|
--- a/drivers/media/usb/gspca/etoms.c
|
|
+++ b/drivers/media/usb/gspca/etoms.c
|
|
@@ -5,6 +5,7 @@
|
|
* V4L2 by Jean-Francois Moine <http://moinejf.free.fr>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "etoms"
|
|
diff --git a/drivers/media/usb/gspca/finepix.c b/drivers/media/usb/gspca/finepix.c
|
|
index 66c8e5122a0a..3db177ed8bbc 100644
|
|
--- a/drivers/media/usb/gspca/finepix.c
|
|
+++ b/drivers/media/usb/gspca/finepix.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (C) 2008 Frank Zago
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "finepix"
|
|
diff --git a/drivers/media/usb/gspca/gl860/gl860.c b/drivers/media/usb/gspca/gl860/gl860.c
|
|
index ce4ee8bc75c8..e6f460ba8e7d 100644
|
|
--- a/drivers/media/usb/gspca/gl860/gl860.c
|
|
+++ b/drivers/media/usb/gspca/gl860/gl860.c
|
|
@@ -7,6 +7,7 @@
|
|
* Thanks BUGabundo and Malmostoso for your amazing help!
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include "gspca.h"
|
|
diff --git a/drivers/media/usb/gspca/gspca.c b/drivers/media/usb/gspca/gspca.c
|
|
index 770714c34295..1d847f281ad3 100644
|
|
--- a/drivers/media/usb/gspca/gspca.c
|
|
+++ b/drivers/media/usb/gspca/gspca.c
|
|
@@ -8,6 +8,7 @@
|
|
* Copyright (C) 2009-2010 Márton Németh <nm127@freemail.hu>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define GSPCA_VERSION "2.14.0"
|
|
diff --git a/drivers/media/usb/gspca/jeilinj.c b/drivers/media/usb/gspca/jeilinj.c
|
|
index 20b2468d065b..94f5ff13bdba 100644
|
|
--- a/drivers/media/usb/gspca/jeilinj.c
|
|
+++ b/drivers/media/usb/gspca/jeilinj.c
|
|
@@ -11,6 +11,7 @@
|
|
* Copyright (C) 2011 Patrice Chotard
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "jeilinj"
|
|
diff --git a/drivers/media/usb/gspca/kinect.c b/drivers/media/usb/gspca/kinect.c
|
|
index 57ea65863591..7c16f29af6fc 100644
|
|
--- a/drivers/media/usb/gspca/kinect.c
|
|
+++ b/drivers/media/usb/gspca/kinect.c
|
|
@@ -11,6 +11,7 @@
|
|
* sensor device which I tested the driver on.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "kinect"
|
|
diff --git a/drivers/media/usb/gspca/konica.c b/drivers/media/usb/gspca/konica.c
|
|
index 53db9a2895ea..e919d15a92fb 100644
|
|
--- a/drivers/media/usb/gspca/konica.c
|
|
+++ b/drivers/media/usb/gspca/konica.c
|
|
@@ -15,6 +15,7 @@
|
|
* Copyright (C) 2009 Jean-Francois Moine (http://moinejf.free.fr)
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "konica"
|
|
diff --git a/drivers/media/usb/gspca/m5602/m5602_core.c b/drivers/media/usb/gspca/m5602/m5602_core.c
|
|
index 852ee6cce4b8..28d107e577f9 100644
|
|
--- a/drivers/media/usb/gspca/m5602/m5602_core.c
|
|
+++ b/drivers/media/usb/gspca/m5602/m5602_core.c
|
|
@@ -12,6 +12,7 @@
|
|
* for SN9C10x PC Camera Controllers
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include "m5602_ov9650.h"
|
|
diff --git a/drivers/media/usb/gspca/m5602/m5602_mt9m111.c b/drivers/media/usb/gspca/m5602/m5602_mt9m111.c
|
|
index bf1af6ed9131..7898578bd142 100644
|
|
--- a/drivers/media/usb/gspca/m5602/m5602_mt9m111.c
|
|
+++ b/drivers/media/usb/gspca/m5602/m5602_mt9m111.c
|
|
@@ -12,6 +12,7 @@
|
|
* for SN9C10x PC Camera Controllers
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include "m5602_mt9m111.h"
|
|
diff --git a/drivers/media/usb/gspca/m5602/m5602_ov7660.c b/drivers/media/usb/gspca/m5602/m5602_ov7660.c
|
|
index fadad530f721..5de78ef0ff1a 100644
|
|
--- a/drivers/media/usb/gspca/m5602/m5602_ov7660.c
|
|
+++ b/drivers/media/usb/gspca/m5602/m5602_ov7660.c
|
|
@@ -12,6 +12,7 @@
|
|
* for SN9C10x PC Camera Controllers
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include "m5602_ov7660.h"
|
|
diff --git a/drivers/media/usb/gspca/m5602/m5602_ov9650.c b/drivers/media/usb/gspca/m5602/m5602_ov9650.c
|
|
index 82a698052255..10467d421031 100644
|
|
--- a/drivers/media/usb/gspca/m5602/m5602_ov9650.c
|
|
+++ b/drivers/media/usb/gspca/m5602/m5602_ov9650.c
|
|
@@ -13,6 +13,7 @@
|
|
* for SN9C10x PC Camera Controllers
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include "m5602_ov9650.h"
|
|
diff --git a/drivers/media/usb/gspca/m5602/m5602_po1030.c b/drivers/media/usb/gspca/m5602/m5602_po1030.c
|
|
index 8fd99ceee4b6..01302078de39 100644
|
|
--- a/drivers/media/usb/gspca/m5602/m5602_po1030.c
|
|
+++ b/drivers/media/usb/gspca/m5602/m5602_po1030.c
|
|
@@ -12,6 +12,7 @@
|
|
* for SN9C10x PC Camera Controllers
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include "m5602_po1030.h"
|
|
diff --git a/drivers/media/usb/gspca/m5602/m5602_s5k4aa.c b/drivers/media/usb/gspca/m5602/m5602_s5k4aa.c
|
|
index c022265db3aa..886a368324ed 100644
|
|
--- a/drivers/media/usb/gspca/m5602/m5602_s5k4aa.c
|
|
+++ b/drivers/media/usb/gspca/m5602/m5602_s5k4aa.c
|
|
@@ -12,6 +12,7 @@
|
|
* for SN9C10x PC Camera Controllers
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include "m5602_s5k4aa.h"
|
|
diff --git a/drivers/media/usb/gspca/m5602/m5602_s5k83a.c b/drivers/media/usb/gspca/m5602/m5602_s5k83a.c
|
|
index bc4008d5d116..da824e1045e8 100644
|
|
--- a/drivers/media/usb/gspca/m5602/m5602_s5k83a.c
|
|
+++ b/drivers/media/usb/gspca/m5602/m5602_s5k83a.c
|
|
@@ -12,6 +12,7 @@
|
|
* for SN9C10x PC Camera Controllers
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/kthread.h>
|
|
diff --git a/drivers/media/usb/gspca/mars.c b/drivers/media/usb/gspca/mars.c
|
|
index eb9342ee32af..3e1d9763aab1 100644
|
|
--- a/drivers/media/usb/gspca/mars.c
|
|
+++ b/drivers/media/usb/gspca/mars.c
|
|
@@ -6,6 +6,7 @@
|
|
* V4L2 by Jean-Francois Moine <http://moinejf.free.fr>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "mars"
|
|
diff --git a/drivers/media/usb/gspca/mr97310a.c b/drivers/media/usb/gspca/mr97310a.c
|
|
index 3553788e8542..a508d4f66f1a 100644
|
|
--- a/drivers/media/usb/gspca/mr97310a.c
|
|
+++ b/drivers/media/usb/gspca/mr97310a.c
|
|
@@ -27,6 +27,7 @@
|
|
* of the registers in these cameras.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "mr97310a"
|
|
diff --git a/drivers/media/usb/gspca/nw80x.c b/drivers/media/usb/gspca/nw80x.c
|
|
index 0f5f2464ac7a..d97b6735bc83 100644
|
|
--- a/drivers/media/usb/gspca/nw80x.c
|
|
+++ b/drivers/media/usb/gspca/nw80x.c
|
|
@@ -7,6 +7,7 @@
|
|
* Kjell Claesson <keyson@users.sourceforge.net>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "nw80x"
|
|
diff --git a/drivers/media/usb/gspca/ov519.c b/drivers/media/usb/gspca/ov519.c
|
|
index bffa94e76da5..5a362ee59074 100644
|
|
--- a/drivers/media/usb/gspca/ov519.c
|
|
+++ b/drivers/media/usb/gspca/ov519.c
|
|
@@ -23,6 +23,7 @@
|
|
* Support for OV7670 sensors was contributed by Sam Skipsey <aoanla@yahoo.com>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "ov519"
|
|
diff --git a/drivers/media/usb/gspca/ov534.c b/drivers/media/usb/gspca/ov534.c
|
|
index 8b6a57f170d0..1933b57d4323 100644
|
|
--- a/drivers/media/usb/gspca/ov534.c
|
|
+++ b/drivers/media/usb/gspca/ov534.c
|
|
@@ -17,6 +17,7 @@
|
|
* <josephhowse@nummist.com> https://nummist.com
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "ov534"
|
|
diff --git a/drivers/media/usb/gspca/ov534_9.c b/drivers/media/usb/gspca/ov534_9.c
|
|
index 91efc650cf76..b39c577506d5 100644
|
|
--- a/drivers/media/usb/gspca/ov534_9.c
|
|
+++ b/drivers/media/usb/gspca/ov534_9.c
|
|
@@ -11,6 +11,7 @@
|
|
* https://jim.sh/svn/jim/devl/playstation/ps3/eye/test/
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "ov534_9"
|
|
diff --git a/drivers/media/usb/gspca/pac207.c b/drivers/media/usb/gspca/pac207.c
|
|
index 34127114c99b..3d39185b5df8 100644
|
|
--- a/drivers/media/usb/gspca/pac207.c
|
|
+++ b/drivers/media/usb/gspca/pac207.c
|
|
@@ -9,6 +9,7 @@
|
|
* V4L2 by Jean-Francois Moine <http://moinejf.free.fr>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "pac207"
|
|
diff --git a/drivers/media/usb/gspca/pac7302.c b/drivers/media/usb/gspca/pac7302.c
|
|
index 2e8c3ef51ca3..f2832e249ca0 100644
|
|
--- a/drivers/media/usb/gspca/pac7302.c
|
|
+++ b/drivers/media/usb/gspca/pac7302.c
|
|
@@ -77,6 +77,7 @@
|
|
* 3 | 0x21 | sethvflip()
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/input.h>
|
|
diff --git a/drivers/media/usb/gspca/pac7311.c b/drivers/media/usb/gspca/pac7311.c
|
|
index f6addb29f8f0..3e36fc7cc89f 100644
|
|
--- a/drivers/media/usb/gspca/pac7311.c
|
|
+++ b/drivers/media/usb/gspca/pac7311.c
|
|
@@ -44,6 +44,7 @@
|
|
* for max gain, 0x14 for minimal gain.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "pac7311"
|
|
diff --git a/drivers/media/usb/gspca/se401.c b/drivers/media/usb/gspca/se401.c
|
|
index e087cfb5980b..6ecbcd457a20 100644
|
|
--- a/drivers/media/usb/gspca/se401.c
|
|
+++ b/drivers/media/usb/gspca/se401.c
|
|
@@ -9,6 +9,7 @@
|
|
* Copyright (c) 2000 Jeroen B. Vreeken (pe1rxq@amsat.org)
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "se401"
|
|
diff --git a/drivers/media/usb/gspca/sn9c2028.c b/drivers/media/usb/gspca/sn9c2028.c
|
|
index dbd1d6da37f1..c41ae79ee1ad 100644
|
|
--- a/drivers/media/usb/gspca/sn9c2028.c
|
|
+++ b/drivers/media/usb/gspca/sn9c2028.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (C) 2009 Theodore Kilgore <kilgota@auburn.edu>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "sn9c2028"
|
|
diff --git a/drivers/media/usb/gspca/sn9c20x.c b/drivers/media/usb/gspca/sn9c20x.c
|
|
index da916127a896..6e9ae15b18b7 100644
|
|
--- a/drivers/media/usb/gspca/sn9c20x.c
|
|
+++ b/drivers/media/usb/gspca/sn9c20x.c
|
|
@@ -7,6 +7,7 @@
|
|
* Copyright (C) 2009 Brian Johnson <brijohn@gmail.com>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/input.h>
|
|
diff --git a/drivers/media/usb/gspca/sonixj.c b/drivers/media/usb/gspca/sonixj.c
|
|
index 2e1bd2df8304..508b3560b53d 100644
|
|
--- a/drivers/media/usb/gspca/sonixj.c
|
|
+++ b/drivers/media/usb/gspca/sonixj.c
|
|
@@ -6,6 +6,7 @@
|
|
* Copyright (C) 2005 Michel Xhaard mxhaard@magic.fr
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "sonixj"
|
|
diff --git a/drivers/media/usb/gspca/spca1528.c b/drivers/media/usb/gspca/spca1528.c
|
|
index ccc477944ef8..7343dc344fc1 100644
|
|
--- a/drivers/media/usb/gspca/spca1528.c
|
|
+++ b/drivers/media/usb/gspca/spca1528.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (C) 2010-2011 Jean-Francois Moine (http://moinejf.free.fr)
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "spca1528"
|
|
diff --git a/drivers/media/usb/gspca/spca500.c b/drivers/media/usb/gspca/spca500.c
|
|
index b9ce5e35f52f..6ab3ef0b5f3f 100644
|
|
--- a/drivers/media/usb/gspca/spca500.c
|
|
+++ b/drivers/media/usb/gspca/spca500.c
|
|
@@ -5,6 +5,7 @@
|
|
* V4L2 by Jean-Francois Moine <http://moinejf.free.fr>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "spca500"
|
|
diff --git a/drivers/media/usb/gspca/spca501.c b/drivers/media/usb/gspca/spca501.c
|
|
index ecc97f807cfa..e9b0fde3ff4c 100644
|
|
--- a/drivers/media/usb/gspca/spca501.c
|
|
+++ b/drivers/media/usb/gspca/spca501.c
|
|
@@ -5,6 +5,7 @@
|
|
* V4L2 by Jean-Francois Moine <http://moinejf.free.fr>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "spca501"
|
|
diff --git a/drivers/media/usb/gspca/spca505.c b/drivers/media/usb/gspca/spca505.c
|
|
index 0e8cccbb6d80..53a2d47db9d6 100644
|
|
--- a/drivers/media/usb/gspca/spca505.c
|
|
+++ b/drivers/media/usb/gspca/spca505.c
|
|
@@ -5,6 +5,7 @@
|
|
* V4L2 by Jean-Francis Moine <http://moinejf.free.fr>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "spca505"
|
|
diff --git a/drivers/media/usb/gspca/spca508.c b/drivers/media/usb/gspca/spca508.c
|
|
index 754ab1dbba83..9eb701b6b8b5 100644
|
|
--- a/drivers/media/usb/gspca/spca508.c
|
|
+++ b/drivers/media/usb/gspca/spca508.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (C) 2009 Jean-Francois Moine <http://moinejf.free.fr>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "spca508"
|
|
diff --git a/drivers/media/usb/gspca/spca561.c b/drivers/media/usb/gspca/spca561.c
|
|
index d608a518c141..5a0660fe7df1 100644
|
|
--- a/drivers/media/usb/gspca/spca561.c
|
|
+++ b/drivers/media/usb/gspca/spca561.c
|
|
@@ -7,6 +7,7 @@
|
|
* V4L2 by Jean-Francois Moine <http://moinejf.free.fr>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "spca561"
|
|
diff --git a/drivers/media/usb/gspca/sq905.c b/drivers/media/usb/gspca/sq905.c
|
|
index 32504ebcfd4d..fb5161e048d3 100644
|
|
--- a/drivers/media/usb/gspca/sq905.c
|
|
+++ b/drivers/media/usb/gspca/sq905.c
|
|
@@ -20,6 +20,7 @@
|
|
* drivers.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "sq905"
|
|
diff --git a/drivers/media/usb/gspca/sq905c.c b/drivers/media/usb/gspca/sq905c.c
|
|
index 6ca947aef298..7da92ff5c365 100644
|
|
--- a/drivers/media/usb/gspca/sq905c.c
|
|
+++ b/drivers/media/usb/gspca/sq905c.c
|
|
@@ -14,6 +14,7 @@
|
|
* and may contain code fragments from it.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "sq905c"
|
|
diff --git a/drivers/media/usb/gspca/sq930x.c b/drivers/media/usb/gspca/sq930x.c
|
|
index c3610247a90e..3e2a37a5d8d8 100644
|
|
--- a/drivers/media/usb/gspca/sq930x.c
|
|
+++ b/drivers/media/usb/gspca/sq930x.c
|
|
@@ -7,6 +7,7 @@
|
|
* Copyright (C) 2007 Sam Revitch <samr7@cs.washington.edu>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "sq930x"
|
|
diff --git a/drivers/media/usb/gspca/stk014.c b/drivers/media/usb/gspca/stk014.c
|
|
index aa9e921e7cef..22cc8cd4d13a 100644
|
|
--- a/drivers/media/usb/gspca/stk014.c
|
|
+++ b/drivers/media/usb/gspca/stk014.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (C) 2008 Jean-Francois Moine (http://moinejf.free.fr)
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "stk014"
|
|
diff --git a/drivers/media/usb/gspca/stk1135.c b/drivers/media/usb/gspca/stk1135.c
|
|
index 1a602af7310f..0716beaf0c07 100644
|
|
--- a/drivers/media/usb/gspca/stk1135.c
|
|
+++ b/drivers/media/usb/gspca/stk1135.c
|
|
@@ -8,6 +8,7 @@
|
|
* http://syntekdriver.sourceforge.net
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "stk1135"
|
|
diff --git a/drivers/media/usb/gspca/stv0680.c b/drivers/media/usb/gspca/stv0680.c
|
|
index b23988d8c7bc..0cdbd6cbcaa1 100644
|
|
--- a/drivers/media/usb/gspca/stv0680.c
|
|
+++ b/drivers/media/usb/gspca/stv0680.c
|
|
@@ -13,6 +13,7 @@
|
|
* writing this driver.
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "stv0680"
|
|
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx.c b/drivers/media/usb/gspca/stv06xx/stv06xx.c
|
|
index d9bc2aacc885..970e416bdf71 100644
|
|
--- a/drivers/media/usb/gspca/stv06xx/stv06xx.c
|
|
+++ b/drivers/media/usb/gspca/stv06xx/stv06xx.c
|
|
@@ -14,6 +14,7 @@
|
|
* P/N 861040-0000: Sensor ST VV6410 ASIC STV0610 - QuickCam Web
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/input.h>
|
|
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c b/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c
|
|
index 5a47dcbf1c8e..200fe74fc967 100644
|
|
--- a/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c
|
|
+++ b/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c
|
|
@@ -15,6 +15,7 @@
|
|
* P/N 861040-0000: Sensor ST VV6410 ASIC STV0610 - QuickCam Web
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include "stv06xx_hdcs.h"
|
|
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c b/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
|
|
index ae382b3b5f7f..2e06261f1278 100644
|
|
--- a/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
|
|
+++ b/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
|
|
@@ -31,6 +31,7 @@
|
|
* PB_CFILLIN = R5 = 0x0E (14 dec) : Sets the frame rate
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include "stv06xx_pb0100.h"
|
|
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.c b/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.c
|
|
index aac19d449be2..546898f9b2bc 100644
|
|
--- a/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.c
|
|
+++ b/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.c
|
|
@@ -12,6 +12,7 @@
|
|
* Copyright (c) 2002, 2003 Tuukka Toivonen
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include "stv06xx_st6422.h"
|
|
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c b/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c
|
|
index dde1950bdc68..9161cb9fb49c 100644
|
|
--- a/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c
|
|
+++ b/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c
|
|
@@ -14,6 +14,7 @@
|
|
* P/N 861040-0000: Sensor ST VV6410 ASIC STV0610 - QuickCam Web
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include "stv06xx_vv6410.h"
|
|
diff --git a/drivers/media/usb/gspca/sunplus.c b/drivers/media/usb/gspca/sunplus.c
|
|
index 971dee0a56da..916f745874c7 100644
|
|
--- a/drivers/media/usb/gspca/sunplus.c
|
|
+++ b/drivers/media/usb/gspca/sunplus.c
|
|
@@ -6,6 +6,7 @@
|
|
* V4L2 by Jean-Francois Moine <http://moinejf.free.fr>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "sunplus"
|
|
diff --git a/drivers/media/usb/gspca/t613.c b/drivers/media/usb/gspca/t613.c
|
|
index 33b37ccf1090..792d0082af09 100644
|
|
--- a/drivers/media/usb/gspca/t613.c
|
|
+++ b/drivers/media/usb/gspca/t613.c
|
|
@@ -13,6 +13,7 @@
|
|
* Costantino Leandro
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "t613"
|
|
diff --git a/drivers/media/usb/gspca/topro.c b/drivers/media/usb/gspca/topro.c
|
|
index aee444042f60..05b0293fd0f0 100644
|
|
--- a/drivers/media/usb/gspca/topro.c
|
|
+++ b/drivers/media/usb/gspca/topro.c
|
|
@@ -7,6 +7,7 @@
|
|
* Copyright (C) 2008 Thomas Champagne (lafeuil@gmail.com)
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include "gspca.h"
|
|
diff --git a/drivers/media/usb/gspca/vc032x.c b/drivers/media/usb/gspca/vc032x.c
|
|
index e7a534be061d..5e2ad037478d 100644
|
|
--- a/drivers/media/usb/gspca/vc032x.c
|
|
+++ b/drivers/media/usb/gspca/vc032x.c
|
|
@@ -7,6 +7,7 @@
|
|
* Copyright (C) 2006 Michel Xhaard
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "vc032x"
|
|
diff --git a/drivers/media/usb/gspca/vicam.c b/drivers/media/usb/gspca/vicam.c
|
|
index d98343fd33fe..e5b39f8ebbd5 100644
|
|
--- a/drivers/media/usb/gspca/vicam.c
|
|
+++ b/drivers/media/usb/gspca/vicam.c
|
|
@@ -13,6 +13,7 @@
|
|
* Monroe Williams (monroe@pobox.com)
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "vicam"
|
|
diff --git a/drivers/media/usb/gspca/w996Xcf.c b/drivers/media/usb/gspca/w996Xcf.c
|
|
index 79baa0c1a031..29bf7d5ff11b 100644
|
|
--- a/drivers/media/usb/gspca/w996Xcf.c
|
|
+++ b/drivers/media/usb/gspca/w996Xcf.c
|
|
@@ -16,6 +16,7 @@
|
|
the sensor drivers to v4l2 sub drivers, and properly split of this
|
|
driver from ov519.c */
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define W9968CF_I2C_BUS_DELAY 4 /* delay in us for I2C bit r/w operations */
|
|
diff --git a/drivers/media/usb/gspca/xirlink_cit.c b/drivers/media/usb/gspca/xirlink_cit.c
|
|
index cc87c24dd24c..62ae941dcaf5 100644
|
|
--- a/drivers/media/usb/gspca/xirlink_cit.c
|
|
+++ b/drivers/media/usb/gspca/xirlink_cit.c
|
|
@@ -13,6 +13,7 @@
|
|
* (C) Copyright 1999 Randy Dunlap
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define MODULE_NAME "xirlink-cit"
|
|
diff --git a/drivers/media/usb/gspca/zc3xx.c b/drivers/media/usb/gspca/zc3xx.c
|
|
index 5bcbf0d40147..c99d6b059797 100644
|
|
--- a/drivers/media/usb/gspca/zc3xx.c
|
|
+++ b/drivers/media/usb/gspca/zc3xx.c
|
|
@@ -6,6 +6,7 @@
|
|
* Copyright (C) 2004 2005 2006 Michel Xhaard mxhaard@magic.fr
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/input.h>
|
|
diff --git a/drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c b/drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
|
|
index 9e016b71aa91..3f0c291b9a67 100644
|
|
--- a/drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
|
|
+++ b/drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
|
|
@@ -6,6 +6,7 @@
|
|
* Copyright (c) 2003 Felix Domke <tmbinc@elitedvb.net>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/init.h>
|
|
diff --git a/drivers/media/v4l2-core/v4l2-ctrls-api.c b/drivers/media/v4l2-core/v4l2-ctrls-api.c
|
|
index db9baa0bd05f..f4ec7493082a 100644
|
|
--- a/drivers/media/v4l2-core/v4l2-ctrls-api.c
|
|
+++ b/drivers/media/v4l2-core/v4l2-ctrls-api.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (C) 2010-2021 Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) "v4l2-ctrls: " fmt
|
|
|
|
#include <linux/export.h>
|
|
diff --git a/drivers/media/v4l2-core/v4l2-ctrls-request.c b/drivers/media/v4l2-core/v4l2-ctrls-request.c
|
|
index 7d098f287fd9..7897419e891b 100644
|
|
--- a/drivers/media/v4l2-core/v4l2-ctrls-request.c
|
|
+++ b/drivers/media/v4l2-core/v4l2-ctrls-request.c
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright (C) 2018-2021 Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) "v4l2-ctrls: " fmt
|
|
|
|
#include <linux/export.h>
|
|
diff --git a/drivers/media/v4l2-core/v4l2-dev.c b/drivers/media/v4l2-core/v4l2-dev.c
|
|
index d03ace324db0..fa7c8bdf567f 100644
|
|
--- a/drivers/media/v4l2-core/v4l2-dev.c
|
|
+++ b/drivers/media/v4l2-core/v4l2-dev.c
|
|
@@ -12,6 +12,7 @@
|
|
* - Added procfs support
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/debugfs.h>
|
|
diff --git a/drivers/staging/media/av7110/av7110_v4l.c b/drivers/staging/media/av7110/av7110_v4l.c
|
|
index c89f536f699c..ea769ca04cec 100644
|
|
--- a/drivers/staging/media/av7110/av7110_v4l.c
|
|
+++ b/drivers/staging/media/av7110/av7110_v4l.c
|
|
@@ -11,6 +11,7 @@
|
|
* the project's page is at https://linuxtv.org
|
|
*/
|
|
|
|
+#undef pr_fmt
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#include <linux/kernel.h>
|