Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0b508c2 authored by Jean-Francois Moine's avatar Jean-Francois Moine Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (8671): gspca: Remove the unused field 'dev_name' of the device structure.

parent 6c9d3c59
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@ extern int gspca_debug;

/* device information - set at probe time */
struct cam {
	char *dev_name;
	struct v4l2_pix_format *cam_mode;	/* size nmodes */
	char nmodes;
	__u8 epaddr;
+0 −1
Original line number Diff line number Diff line
@@ -271,7 +271,6 @@ static int sd_config(struct gspca_dev *gspca_dev,
		" (vid/pid 0x%04X:0x%04X)", id->idVendor, id->idProduct);

	cam = &gspca_dev->cam;
	cam->dev_name = (char *) id->driver_info;
	cam->epaddr = 0x05;
	cam->cam_mode = sif_mode;
	cam->nmodes = ARRAY_SIZE(sif_mode);
+0 −1
Original line number Diff line number Diff line
@@ -602,7 +602,6 @@ static int sd_config(struct gspca_dev *gspca_dev,
	}

	cam = &gspca_dev->cam;
	cam->dev_name = (char *) id->driver_info;
	cam->epaddr = 0x01;
	gspca_dev->nbalt = 7 + 1;	/* choose alternate 7 first */
	cam->cam_mode = sif_mode;