diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2011-11-22 11:55:53 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@linux.intel.com> | 2011-11-28 15:55:36 +0530 |
commit | dcc817346d311bbd9dac6fc9d6bddb552134851c (patch) | |
tree | 537dc12263ee149d4c1f6522b59529c63a017fb6 /drivers/dma | |
parent | 0ab88a01832d529c48e2a51f3d24662c143df39a (diff) | |
download | op-kernel-dev-dcc817346d311bbd9dac6fc9d6bddb552134851c.zip op-kernel-dev-dcc817346d311bbd9dac6fc9d6bddb552134851c.tar.gz |
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')
-rw-r--r-- | drivers/dma/at_hdmac.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.c index 3b44f24..30ec030 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); |