* - u14-34f-fix-scsi_dma_map-failure-case.patch removed from -mm tree
@ 2008-11-10 20:34 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2008-11-10 20:34 UTC (permalink / raw)
To: roel.kluin, James.Bottomley, mm-commits
The patch titled
U14-34F: fix scsi_dma_map failure case
has been removed from the -mm tree. Its filename was
u14-34f-fix-scsi_dma_map-failure-case.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: U14-34F: fix scsi_dma_map failure case
From: roel kluin <roel.kluin@gmail.com>
When unsigned, scsi_dma_map may return -ENOMEM without triggering BUG_ON()
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/scsi/u14-34f.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff -puN drivers/scsi/u14-34f.c~u14-34f-fix-scsi_dma_map-failure-case drivers/scsi/u14-34f.c
--- a/drivers/scsi/u14-34f.c~u14-34f-fix-scsi_dma_map-failure-case
+++ a/drivers/scsi/u14-34f.c
@@ -1111,7 +1111,8 @@ static int u14_34f_detect(struct scsi_ho
static void map_dma(unsigned int i, unsigned int j) {
unsigned int data_len = 0;
- unsigned int k, count, pci_dir;
+ unsigned int k, pci_dir;
+ int count;
struct scatterlist *sg;
struct mscp *cpp;
struct scsi_cmnd *SCpnt;
_
Patches currently in -mm which might be from roel.kluin@gmail.com are
atmel_lcdfb-change-irq_base-definition-to-allow-error-reporting.patch
linux-next.patch
make-various-things-static.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-10 20:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-10 20:34 - u14-34f-fix-scsi_dma_map-failure-case.patch removed from -mm tree akpm
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.