[PATCH] PCI: Remove newline from pci MODALIAS variable
authorHannes Reinecke <hare@suse.de>
Tue, 28 Jun 2005 12:57:10 +0000 (14:57 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Jul 2005 20:35:51 +0000 (13:35 -0700)
commitc6e21e1683c2508a2b23588e1fc2e7bf6fc2549e
tree17e925938d956a3eb17aa59ce0d3add0957906e1
parent5823d100ae260d022b4dd5ec9cc0b85f0bf0d646
[PATCH] PCI: Remove newline from pci MODALIAS variable

the pci core sends out a hotplug event variable MODALIAS with a trailing
newline. This is inconsistent with all other event variables and breaks
some hotplug tools. This patch removes the said newline.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug.c