|
|
|
Re: [RESEND PATCH V2 06/17] MIPS: lantiq: convert dma to platform driver | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
Hello. On 14-05-2012 21:42, John Crispin wrote:
Add code to make the dma driver load as a platform device from the devicetree.
Signed-off-by: John Crispin<blogic@xxxxxxxxxxx> --- arch/mips/lantiq/xway/dma.c | 65 ++++++++++++++++++++++++++++-------------- 1 files changed, 43 insertions(+), 22 deletions(-)
diff --git a/arch/mips/lantiq/xway/dma.c b/arch/mips/lantiq/xway/dma.c index b210e93..0dffb94 100644 --- a/arch/mips/lantiq/xway/dma.c +++ b/arch/mips/lantiq/xway/dma.c
[...]
+int __init
+dma_init(void)
+{
+ int ret = platform_driver_register(&dma_driver);
+
+ if (ret)
+ pr_info("ltq_dma : Error registering platfom driver!");
You forgot '\n'. WBR, Sergei
[Linux MIPS Home] [LKML Archive] [Linux ARM] [Linux] [Git] [Photo] [Yosemite News] [Linux SCSI] [Linux Hams]
![]() |
![]() |