Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231562
b: refs/heads/master
c: 66bde0b
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Dan Williams committed Dec 3, 2010
1 parent faf199f commit 37250ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e2c8e425baa01a4c8e6ae1b90194ed3d3cde0c66
refs/heads/master: 66bde0b70aa2e348ac2c9b9626743c1402b9d466
4 changes: 1 addition & 3 deletions trunk/drivers/dma/fsldma.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Freescale MPC85xx, MPC83xx DMA Engine support
*
* Copyright (C) 2007-2010 Freescale Semiconductor, Inc. All rights reserved.
* Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.
*
* Author:
* Zhang Wei <wei.zhang@freescale.com>, Jul 2007
Expand Down Expand Up @@ -1322,8 +1322,6 @@ static int __devinit fsldma_of_probe(struct platform_device *op,
fdev->common.device_control = fsl_dma_device_control;
fdev->common.dev = &op->dev;

dma_set_mask(&(op->dev), DMA_BIT_MASK(36));

dev_set_drvdata(&op->dev, fdev);

/*
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/dma/intel_mid_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1021,11 +1021,6 @@ static irqreturn_t intel_mid_dma_interrupt(int irq, void *data)

/*DMA Interrupt*/
pr_debug("MDMA:Got an interrupt on irq %d\n", irq);
if (!mid) {
pr_err("ERR_MDMA:null pointer mid\n");
return -EINVAL;
}

pr_debug("MDMA: Status %x, Mask %x\n", tfr_status, mid->intr_mask);
tfr_status &= mid->intr_mask;
if (tfr_status) {
Expand Down

0 comments on commit 37250ea

Please sign in to comment.