Skip to content

Commit

Permalink
dmaengine: at_hdmac: empty entry shape modification
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Ferre authored and Vinod Koul committed Nov 28, 2011
1 parent 0ab88a0 commit dcc8173
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/dma/at_hdmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit dcc8173

Please sign in to comment.