summaryrefslogtreecommitdiff
path: root/drivers/dma/at_hdmac.c
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2011-11-22 11:55:53 +0100
committerVinod Koul <vinod.koul@linux.intel.com>2011-11-28 15:55:36 +0530
commitdcc817346d311bbd9dac6fc9d6bddb552134851c (patch)
tree537dc12263ee149d4c1f6522b59529c63a017fb6 /drivers/dma/at_hdmac.c
parent0ab88a01832d529c48e2a51f3d24662c143df39a (diff)
downloadlinux-3.10-dcc817346d311bbd9dac6fc9d6bddb552134851c.tar.gz
linux-3.10-dcc817346d311bbd9dac6fc9d6bddb552134851c.tar.bz2
linux-3.10-dcc817346d311bbd9dac6fc9d6bddb552134851c.zip
dmaengine: at_hdmac: empty entry shape modification
Trivial form modification to unify structure look. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'drivers/dma/at_hdmac.c')
-rw-r--r--drivers/dma/at_hdmac.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.c
index 3b44f24888e..30ec030456c 100644
--- a/drivers/dma/at_hdmac.c
+++ b/drivers/dma/at_hdmac.c
@@ -1185,7 +1185,9 @@ static const struct of_device_id atmel_dma_dt_ids[] = {
}, {
.compatible = "atmel,at91sam9g45-dma",
.data = (void *)ATDMA_DEVTYPE_SAM9G45
- }, { /* sentinel */ }
+ }, {
+ /* sentinel */
+ }
};
MODULE_DEVICE_TABLE(of, atmel_dma_dt_ids);