- random-remove-bogus-sa_sample_random-from-at91-compact-flash-driver.patch removed from -mm tree

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

 



The patch titled

     random: remove bogus SA_SAMPLE_RANDOM from at91 compact flash driver

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

     random-remove-bogus-sa_sample_random-from-at91-compact-flash-driver.patch

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

------------------------------------------------------
Subject: random: remove bogus SA_SAMPLE_RANDOM from at91 compact flash driver
From: Matt Mackall <mpm@xxxxxxxxxxx>


Flash doesn't possess the same unpredictable performance characteristics as
traditional media.

Signed-off-by: Matt Mackall <mpm@xxxxxxxxxxx>
Cc: Russell King <rmk@xxxxxxxxxxxxxxxx>
Cc: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx>
Cc: David Brownell <david-b@xxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/mmc/at91_mci.c   |    2 +-
 drivers/pcmcia/at91_cf.c |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff -puN drivers/mmc/at91_mci.c~random-remove-bogus-sa_sample_random-from-at91-compact-flash-driver drivers/mmc/at91_mci.c
--- devel/drivers/mmc/at91_mci.c~random-remove-bogus-sa_sample_random-from-at91-compact-flash-driver	2006-06-09 15:22:13.000000000 -0700
+++ devel-akpm/drivers/mmc/at91_mci.c	2006-06-09 15:22:13.000000000 -0700
@@ -886,7 +886,7 @@ static int at91_mci_probe(struct platfor
 	 */
 	if (host->board->det_pin) {
 		ret = request_irq(host->board->det_pin, at91_mmc_det_irq,
-				SA_SAMPLE_RANDOM, DRIVER_NAME, host);
+				0, DRIVER_NAME, host);
 		if (ret)
 			DBG("couldn't allocate MMC detect irq\n");
 	}
diff -puN drivers/pcmcia/at91_cf.c~random-remove-bogus-sa_sample_random-from-at91-compact-flash-driver drivers/pcmcia/at91_cf.c
--- devel/drivers/pcmcia/at91_cf.c~random-remove-bogus-sa_sample_random-from-at91-compact-flash-driver	2006-06-09 15:22:13.000000000 -0700
+++ devel-akpm/drivers/pcmcia/at91_cf.c	2006-06-09 15:22:13.000000000 -0700
@@ -266,8 +266,7 @@ static int __init at91_cf_probe(struct p
 	);
 
 	/* must be a GPIO; ergo must trigger on both edges */
-	status = request_irq(board->det_pin, at91_cf_irq,
-			SA_SAMPLE_RANDOM, driver_name, cf);
+	status = request_irq(board->det_pin, at91_cf_irq, 0, driver_name, cf);
 	if (status < 0)
 		goto fail0;
 	device_init_wakeup(&pdev->dev, 1);
_

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

when-config_base_samll=1-the-kernel-261611-cascade-in-kernel-timerc-may-enter-the-infinite-loop.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
bloat-o-meter-gcc-4-fix.patch
random-remove-sa_sample_random-from-floppy-driver.patch
random-make-cciss-use-add_disk_randomness.patch
random-change-cpqarray-to-use-add_disk_randomness.patch
random-remove-redundant-sa_sample_random-from-touchscreen-drivers.patch
ide-cd-end-of-media-error-fix.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