aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-hdw.c
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2007-11-25 23:55:07 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:03:02 -0500
commitf66fbd71f24f5f0264bb8526cfb91ea5c6219f50 (patch)
tree9c251da04bfb2d8bed3fd508f143859abdf50038 /drivers/media/video/pvrusb2/pvrusb2-hdw.c
parentf8bcec6d1814862e299e2a32ff9dbb0be0ff6ceb (diff)
V4L/DVB (6694): pvrusb2: Remove obsolete global hardware type enumeration
Device-specific driver behavior is now defined by generic device characteristics rather than by specific device model information. With this change, the hardware type field can go away, thus this change. Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.c')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-hdw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index c56208456bc0..c08162cc20ae 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
@@ -1831,7 +1831,6 @@ struct pvr2_hdw *pvr2_hdw_create(struct usb_interface *intf,
1831 hdw->controls = kzalloc(sizeof(struct pvr2_ctrl) * hdw->control_cnt, 1831 hdw->controls = kzalloc(sizeof(struct pvr2_ctrl) * hdw->control_cnt,
1832 GFP_KERNEL); 1832 GFP_KERNEL);
1833 if (!hdw->controls) goto fail; 1833 if (!hdw->controls) goto fail;
1834 hdw->hdw_type = hdw_type;
1835 hdw->hdw_desc = hdw_desc; 1834 hdw->hdw_desc = hdw_desc;
1836 for (idx = 0; idx < hdw->control_cnt; idx++) { 1835 for (idx = 0; idx < hdw->control_cnt; idx++) {
1837 cptr = hdw->controls + idx; 1836 cptr = hdw->controls + idx;