- remove-null-chars-from-dvb-names.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     remove null chars from dvb names

has been removed from the -mm tree.  Its filename is

     remove-null-chars-from-dvb-names.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: remove null chars from dvb names
From: Dave Jones <davej@xxxxxxxxxx>

DVB null terminates its device names, which seems odd, and should be
unnecessary.

Signed-off-by: Dave Jones <davej@xxxxxxxxxx>
Acked-by: Alan Cox <alan@xxxxxxxxxx>
Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/media/dvb/ttpci/av7110.c       |    2 +-
 drivers/media/dvb/ttpci/budget-ci.c    |    2 +-
 drivers/media/dvb/ttpci/budget-patch.c |    2 +-
 drivers/media/dvb/ttpci/budget.c       |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff -puN drivers/media/dvb/ttpci/av7110.c~remove-null-chars-from-dvb-names drivers/media/dvb/ttpci/av7110.c
--- a/drivers/media/dvb/ttpci/av7110.c~remove-null-chars-from-dvb-names
+++ a/drivers/media/dvb/ttpci/av7110.c
@@ -2823,7 +2823,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);
 
 
 static struct saa7146_extension av7110_extension = {
-	.name		= "dvb\0",
+	.name		= "dvb",
 	.flags		= SAA7146_I2C_SHORT_DELAY,
 
 	.module		= THIS_MODULE,
diff -puN drivers/media/dvb/ttpci/budget-ci.c~remove-null-chars-from-dvb-names drivers/media/dvb/ttpci/budget-ci.c
--- a/drivers/media/dvb/ttpci/budget-ci.c~remove-null-chars-from-dvb-names
+++ a/drivers/media/dvb/ttpci/budget-ci.c
@@ -1153,7 +1153,7 @@ static struct pci_device_id pci_tbl[] = 
 MODULE_DEVICE_TABLE(pci, pci_tbl);
 
 static struct saa7146_extension budget_extension = {
-	.name = "budget_ci dvb\0",
+	.name = "budget_ci dvb",
 	.flags = SAA7146_I2C_SHORT_DELAY,
 
 	.module = THIS_MODULE,
diff -puN drivers/media/dvb/ttpci/budget-patch.c~remove-null-chars-from-dvb-names drivers/media/dvb/ttpci/budget-patch.c
--- a/drivers/media/dvb/ttpci/budget-patch.c~remove-null-chars-from-dvb-names
+++ a/drivers/media/dvb/ttpci/budget-patch.c
@@ -647,7 +647,7 @@ static void __exit budget_patch_exit(voi
 }
 
 static struct saa7146_extension budget_extension = {
-	.name           = "budget_patch dvb\0",
+	.name           = "budget_patch dvb",
 	.flags          = 0,
 
 	.module         = THIS_MODULE,
diff -puN drivers/media/dvb/ttpci/budget.c~remove-null-chars-from-dvb-names drivers/media/dvb/ttpci/budget.c
--- a/drivers/media/dvb/ttpci/budget.c~remove-null-chars-from-dvb-names
+++ a/drivers/media/dvb/ttpci/budget.c
@@ -516,7 +516,7 @@ static struct pci_device_id pci_tbl[] = 
 MODULE_DEVICE_TABLE(pci, pci_tbl);
 
 static struct saa7146_extension budget_extension = {
-	.name		= "budget dvb\0",
+	.name		= "budget dvb",
 	.flags		= SAA7146_I2C_SHORT_DELAY,
 
 	.module		= THIS_MODULE,
_

Patches currently in -mm which might be from davej@xxxxxxxxxx are

git-agpgart.patch
git-cpufreq.patch
git-dvb.patch
remove-silly-messages-from-input-layer.patch
git-libata-all.patch
via-sata-oops-on-init.patch
git-net.patch
tickle-nmi-watchdog-on-serial-output.patch
git-scsi-misc.patch
git-watchdog.patch
debug-variants-of-linked-list-macros.patch
tty_ioc-keep-davej-sane.patch
single-bit-flip-detector.patch
single-bit-flip-detector-tidy.patch
lockdep-print-kernel-version.patch
remove-another-configh.patch
fix-up-lockdep-trace-in-fs-execc.patch
sched-dont-print-migration-cost-when-only-1-cpu.patch
fbcon-use-persistent-allocation-for-cursor-blinking.patch
post-halloween-doc.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux