- random-remove-redundant-sa_sample_random-from-touchscreen-drivers.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     random: remove redundant SA_SAMPLE_RANDOM from touchscreen drivers

has been removed from the -mm tree.  Its filename is

     random-remove-redundant-sa_sample_random-from-touchscreen-drivers.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: random: remove redundant SA_SAMPLE_RANDOM from touchscreen drivers
From: Matt Mackall <mpm@xxxxxxxxxxx>


The core input layer is already calling add_input_randomness.

Signed-off-by: Matt Mackall <mpm@xxxxxxxxxxx>
Cc: Dmitry Torokhov <dtor_core@xxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/input/touchscreen/ads7846.c        |    3 +--
 drivers/input/touchscreen/h3600_ts_input.c |    6 ++----
 2 files changed, 3 insertions(+), 6 deletions(-)

diff -puN drivers/input/touchscreen/ads7846.c~random-remove-redundant-sa_sample_random-from-touchscreen-drivers drivers/input/touchscreen/ads7846.c
--- a/drivers/input/touchscreen/ads7846.c~random-remove-redundant-sa_sample_random-from-touchscreen-drivers
+++ a/drivers/input/touchscreen/ads7846.c
@@ -773,8 +773,7 @@ static int __devinit ads7846_probe(struc
 
 	ts->last_msg = m;
 
-	if (request_irq(spi->irq, ads7846_irq,
-			SA_SAMPLE_RANDOM | SA_TRIGGER_FALLING,
+	if (request_irq(spi->irq, ads7846_irq, SA_TRIGGER_FALLING,
 			spi->dev.driver->name, ts)) {
 		dev_dbg(&spi->dev, "irq %d busy?\n", spi->irq);
 		err = -EBUSY;
diff -puN drivers/input/touchscreen/h3600_ts_input.c~random-remove-redundant-sa_sample_random-from-touchscreen-drivers drivers/input/touchscreen/h3600_ts_input.c
--- a/drivers/input/touchscreen/h3600_ts_input.c~random-remove-redundant-sa_sample_random-from-touchscreen-drivers
+++ a/drivers/input/touchscreen/h3600_ts_input.c
@@ -399,16 +399,14 @@ static int h3600ts_connect(struct serio 
 	set_GPIO_IRQ_edge(GPIO_BITSY_NPOWER_BUTTON, GPIO_RISING_EDGE);
 
 	if (request_irq(IRQ_GPIO_BITSY_ACTION_BUTTON, action_button_handler,
-			SA_SHIRQ | SA_INTERRUPT | SA_SAMPLE_RANDOM,
-			"h3600_action", &ts->dev)) {
+			SA_SHIRQ | SA_INTERRUPT, "h3600_action", &ts->dev)) {
 		printk(KERN_ERR "h3600ts.c: Could not allocate Action Button IRQ!\n");
 		err = -EBUSY;
 		goto fail2;
 	}
 
 	if (request_irq(IRQ_GPIO_BITSY_NPOWER_BUTTON, npower_button_handler,
-			SA_SHIRQ | SA_INTERRUPT | SA_SAMPLE_RANDOM,
-			"h3600_suspend", &ts->dev)) {
+			SA_SHIRQ | SA_INTERRUPT, "h3600_suspend", &ts->dev)) {
 		printk(KERN_ERR "h3600ts.c: Could not allocate Power Button IRQ!\n");
 		err = -EBUSY;
 		goto fail3;
_

Patches currently in -mm which might be from mpm@xxxxxxxxxxx are

origin.patch
netpoll-dont-spin-forever-sending-to-blocked-queues.patch
netpoll-break-recursive-loop-in-netpoll-rx-path.patch
random-remove-redundant-sa_sample_random-from-ninjascsi.patch
add-poisonh-and-patch-primary-users.patch
make-number-of-ide-interfaces-configurable.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux