media: pci: cx88: Change the type of 'missed' to u64
authorPuranjay Mohan <puranjay12@gmail.com>
Tue, 18 Jun 2019 04:19:37 +0000 (00:19 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 24 Jun 2019 18:59:04 +0000 (14:59 -0400)
commit782dc2d58923a4e180c48733b6c70d8d73d972cd
tree6b371fbfacf4b3615800fc710f3a5c70a6d268ae
parent77ae46e11df5c96bb4582633851f838f5d954df4
media: pci: cx88: Change the type of 'missed' to u64

Callers of hrtimer_forward_now() should save the return value in u64.
change type of missed from unsigned long to u64.

Signed-off-by: Puranjay Mohan <puranjay12@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
[hverkuil-cisco@xs4all.nl: type changed, so %ld -> %llu in printk]
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/pci/cx88/cx88-input.c