[PATCH 5/25] UBUNTU hardy-lum lpia branch sync

Steve Conklin sconklin at canonical.com
Tue Mar 10 19:28:38 UTC 2009


>From 2d6d6897809f82e2f11486f62daee8eb33f1df62 Mon Sep 17 00:00:00 2001
From: Uri Shkolnik <uris at siano-ms.com>
Date: Fri, 6 Mar 2009 11:36:25 -0500
Subject: [PATCH] UBUNTU: sms1xxx: restore smsusb_driver.name to smsusb
 OriginalAuthor: Uri Shkolnik <uris at siano-ms.com>
 OriginalLocation: http://linuxtv.org/hg/v4l-dvb/rev/8a0f1d27e796

The sms1xxx driver will be broken down into smaller modules,
so the original name, smsusb, is more appropriate.

Signed-off-by: Uri Shkolnik <uris at siano-ms.com>
Signed-off-by: Michael Krufky <mkrufky at linuxtv.org>
---
 ubuntu/media/sms1xxx/smsusb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ubuntu/media/sms1xxx/smsusb.c b/ubuntu/media/sms1xxx/smsusb.c
index fc79731..3d959ab 100644
--- a/ubuntu/media/sms1xxx/smsusb.c
+++ b/ubuntu/media/sms1xxx/smsusb.c
@@ -457,7 +457,7 @@ static int smsusb_resume(struct usb_interface *intf)
 }
 
 static struct usb_driver smsusb_driver = {
-	.name			= "sms1xxx",
+	.name			= "smsusb",
 	.probe			= smsusb_probe,
 	.disconnect		= smsusb_disconnect,
 	.id_table		= smsusb_id_table,
-- 
1.5.6.3





More information about the kernel-team mailing list