2.6.35-longterm review patch. If anyone has any objections, please let me know.
------------------ From: Patrick Boettcher <[email protected]> commit b934c20de1398d4a82d2ecfeb588a214a910f13f upstream. This patch fixes the warning about bad names for sys-fs and other kernel-things. The flexcop-pci driver was using '/'-characters in it, which is not good. This has been fixed in several attempts by several people, but obviously never made it into the kernel. Signed-off-by: Patrick Boettcher <[email protected]> Cc: Steffen Barszus <[email protected]> Cc: Boris Cuber <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Andi Kleen <[email protected]> --- drivers/media/dvb/b2c2/flexcop-pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.35.y/drivers/media/dvb/b2c2/flexcop-pci.c =================================================================== --- linux-2.6.35.y.orig/drivers/media/dvb/b2c2/flexcop-pci.c +++ linux-2.6.35.y/drivers/media/dvb/b2c2/flexcop-pci.c @@ -38,7 +38,7 @@ MODULE_PARM_DESC(debug, DEBSTATUS); #define DRIVER_VERSION "0.1" -#define DRIVER_NAME "Technisat/B2C2 FlexCop II/IIb/III Digital TV PCI Driver" +#define DRIVER_NAME "flexcop-pci" #define DRIVER_AUTHOR "Patrick Boettcher <[email protected]>" struct flexcop_pci { _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
