Input: bf54x-keys - remove depreciated IRQF_SAMPLE_RANDOM flag

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Friday, April 17, 2009 - 10:59 am

Gitweb:     http://git.kernel.org/linus/3eaa750d5652afbb9c8f25308c3647f89e41cefb
Commit:     3eaa750d5652afbb9c8f25308c3647f89e41cefb
Parent:     0bc69ce692bd240bef2819d9f3b3527fad524f5b
Author:     Michael Hennerich <michael.hennerich@analog.com>
AuthorDate: Tue Apr 14 10:38:36 2009 -0700
Committer:  Dmitry Torokhov <dmitry.torokhov@gmail.com>
CommitDate: Wed Apr 15 08:58:23 2009 -0700

    Input: bf54x-keys - remove depreciated IRQF_SAMPLE_RANDOM flag
    
    Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
    Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
---
 drivers/input/keyboard/bf54x-keys.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/input/keyboard/bf54x-keys.c b/drivers/input/keyboard/bf54x-keys.c
index e94b7d7..d427f32 100644
--- a/drivers/input/keyboard/bf54x-keys.c
+++ b/drivers/input/keyboard/bf54x-keys.c
@@ -252,7 +252,7 @@ static int __devinit bfin_kpad_probe(struct platform_device *pdev)
 	}
 
 	error = request_irq(bf54x_kpad->irq, bfin_kpad_isr,
-				 IRQF_SAMPLE_RANDOM, DRV_NAME, pdev);
+				0, DRV_NAME, pdev);
 	if (error) {
 		printk(KERN_ERR DRV_NAME
 			": unable to claim irq %d; error %d\n",
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Input: bf54x-keys - remove depreciated IRQF_SAMPLE_RANDOM flag, Linux Kernel Mailing ..., (Fri Apr 17, 10:59 am)