All of lore.kernel.org
 help / color / mirror / Atom feed
* [Linux-kernel-mentees] [PATCH] media: pci: cx88: Change the type of 'missed' to u64
@ 2019-06-16 15:36 ` Puranjay Mohan
  0 siblings, 0 replies; 4+ messages in thread
From: puranjay12 @ 2019-06-16 15:36 UTC (permalink / raw)


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 at gmail.com>
---
 drivers/media/pci/cx88/cx88-input.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/pci/cx88/cx88-input.c b/drivers/media/pci/cx88/cx88-input.c
index 27f690b54e0c..fa5ce464b0ba 100644
--- a/drivers/media/pci/cx88/cx88-input.c
+++ b/drivers/media/pci/cx88/cx88-input.c
@@ -167,7 +167,7 @@ static void cx88_ir_handle_key(struct cx88_IR *ir)
 
 static enum hrtimer_restart cx88_ir_work(struct hrtimer *timer)
 {
-	unsigned long missed;
+	u64 missed;
 	struct cx88_IR *ir = container_of(timer, struct cx88_IR, timer);
 
 	cx88_ir_handle_key(ir);
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Linux-kernel-mentees] [PATCH] media: pci: cx88: Change the type of 'missed' to u64
@ 2019-06-16 15:36 ` Puranjay Mohan
  0 siblings, 0 replies; 4+ messages in thread
From: Puranjay Mohan @ 2019-06-16 15:36 UTC (permalink / raw)


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 at gmail.com>
---
 drivers/media/pci/cx88/cx88-input.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/pci/cx88/cx88-input.c b/drivers/media/pci/cx88/cx88-input.c
index 27f690b54e0c..fa5ce464b0ba 100644
--- a/drivers/media/pci/cx88/cx88-input.c
+++ b/drivers/media/pci/cx88/cx88-input.c
@@ -167,7 +167,7 @@ static void cx88_ir_handle_key(struct cx88_IR *ir)
 
 static enum hrtimer_restart cx88_ir_work(struct hrtimer *timer)
 {
-	unsigned long missed;
+	u64 missed;
 	struct cx88_IR *ir = container_of(timer, struct cx88_IR, timer);
 
 	cx88_ir_handle_key(ir);
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Linux-kernel-mentees] [PATCH] media: pci: cx88: Change the type of 'missed' to u64
@ 2019-06-17 15:56   ` Shuah Khan
  0 siblings, 0 replies; 4+ messages in thread
From: skhan @ 2019-06-17 15:56 UTC (permalink / raw)


On 6/16/19 9:36 AM, Puranjay Mohan wrote:
> 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 at gmail.com>
> ---
>   drivers/media/pci/cx88/cx88-input.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/pci/cx88/cx88-input.c b/drivers/media/pci/cx88/cx88-input.c
> index 27f690b54e0c..fa5ce464b0ba 100644
> --- a/drivers/media/pci/cx88/cx88-input.c
> +++ b/drivers/media/pci/cx88/cx88-input.c
> @@ -167,7 +167,7 @@ static void cx88_ir_handle_key(struct cx88_IR *ir)
>   
>   static enum hrtimer_restart cx88_ir_work(struct hrtimer *timer)
>   {
> -	unsigned long missed;
> +	u64 missed;
>   	struct cx88_IR *ir = container_of(timer, struct cx88_IR, timer);
>   
>   	cx88_ir_handle_key(ir);
> 

You are missing the mailing lists! Please include all get_maintainers.pl
suggests on all your patches.

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Linux-kernel-mentees] [PATCH] media: pci: cx88: Change the type of 'missed' to u64
@ 2019-06-17 15:56   ` Shuah Khan
  0 siblings, 0 replies; 4+ messages in thread
From: Shuah Khan @ 2019-06-17 15:56 UTC (permalink / raw)


On 6/16/19 9:36 AM, Puranjay Mohan wrote:
> 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 at gmail.com>
> ---
>   drivers/media/pci/cx88/cx88-input.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/pci/cx88/cx88-input.c b/drivers/media/pci/cx88/cx88-input.c
> index 27f690b54e0c..fa5ce464b0ba 100644
> --- a/drivers/media/pci/cx88/cx88-input.c
> +++ b/drivers/media/pci/cx88/cx88-input.c
> @@ -167,7 +167,7 @@ static void cx88_ir_handle_key(struct cx88_IR *ir)
>   
>   static enum hrtimer_restart cx88_ir_work(struct hrtimer *timer)
>   {
> -	unsigned long missed;
> +	u64 missed;
>   	struct cx88_IR *ir = container_of(timer, struct cx88_IR, timer);
>   
>   	cx88_ir_handle_key(ir);
> 

You are missing the mailing lists! Please include all get_maintainers.pl
suggests on all your patches.

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-17 15:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-16 15:36 [Linux-kernel-mentees] [PATCH] media: pci: cx88: Change the type of 'missed' to u64 puranjay12
2019-06-16 15:36 ` Puranjay Mohan
2019-06-17 15:56 ` skhan
2019-06-17 15:56   ` Shuah Khan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.