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

Commit 97cb445d authored by Luiz Capitulino's avatar Luiz Capitulino Committed by Linus Torvalds
Browse files

[PATCH] V4L: Fixes warning at bttv-driver.c



Fixes warning at bttv-driver.c

Signed-off-by: default avatarLuiz Capitulino <lcapitulino@mandriva.com.br>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f5b974cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1853,7 +1853,7 @@ static int bttv_common_ioctls(struct bttv *btv, unsigned int cmd, void *arg)
	}
	}
	case VIDIOC_LOG_STATUS:
	case VIDIOC_LOG_STATUS:
	{
	{
		bttv_call_i2c_clients(btv, VIDIOC_LOG_STATUS, 0);
		bttv_call_i2c_clients(btv, VIDIOC_LOG_STATUS, NULL);
		return 0;
		return 0;
	}
	}