Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358515
b: refs/heads/master
c: 0112685
h: refs/heads/master
i:
  358513: fbc1c4a
  358511: 61db587
v: v3
  • Loading branch information
Andy Shevchenko authored and Vinod Koul committed Jan 12, 2013
1 parent 2f576c2 commit f8986c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: a725dcc0342b4d9ffc6ae4aedc2973d902aabeb1
refs/heads/master: 01126856ff4f7d4cc5899c208fd4d3c7d0a2b83a
3 changes: 2 additions & 1 deletion trunk/drivers/dma/dw_dmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1858,6 +1858,7 @@ MODULE_DEVICE_TABLE(of, dw_dma_id_table);
#endif

static struct platform_driver dw_driver = {
.probe = dw_probe,
.remove = dw_remove,
.shutdown = dw_shutdown,
.driver = {
Expand All @@ -1869,7 +1870,7 @@ static struct platform_driver dw_driver = {

static int __init dw_init(void)
{
return platform_driver_probe(&dw_driver, dw_probe);
return platform_driver_register(&dw_driver);
}
subsys_initcall(dw_init);

Expand Down

0 comments on commit f8986c0

Please sign in to comment.