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

Commit d6144028 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (4036): Fix some compilation warnings

parent 0463f12c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1682,13 +1682,13 @@ static unsigned int meye_poll(struct file *file, poll_table *wait)

static void meye_vm_open(struct vm_area_struct *vma)
{
	int idx = (int)vma->vm_private_data;
	long idx = (long)vma->vm_private_data;
	meye.vma_use_count[idx]++;
}

static void meye_vm_close(struct vm_area_struct *vma)
{
	int idx = (int)vma->vm_private_data;
	long idx = (long)vma->vm_private_data;
	meye.vma_use_count[idx]--;
}

+1 −1
Original line number Diff line number Diff line
@@ -343,7 +343,7 @@ static int qcm_sensor_set_gains(struct uvd *uvd, u16 hue,
	u16 saturation, u16 value)
{
	int ret;
	u16 r,g,b;
	u16 r=0,g=0,b=0;

	/* this code is based on qc-usb-messenger */
	qcm_hsv2rgb(hue, saturation, value, &r, &g, &b);
+1 −1
Original line number Diff line number Diff line
@@ -536,7 +536,7 @@ zr36057_overlay (struct zoran *zr,
		 * All error messages are internal driver checking only! */

		/* video display top and bottom registers */
		reg = (u32) zr->buffer.base +
		reg = (long) zr->buffer.base +
		    zr->overlay_settings.x *
		    ((zr->overlay_settings.format->depth + 7) / 8) +
		    zr->overlay_settings.y *