)]}'
{
  "commit": "4d76bbed2d8d9f7bf8bca31e64ef977e015a86fa",
  "tree": "d329aa739e52cdbcfbb350557632635f3d2647f6",
  "parents": [
    "848e10bb521eca333f4f912cf70efbd5b0f73c32"
  ],
  "author": {
    "name": "Arnd Bergmann",
    "email": "arnd@arndb.de",
    "time": "Tue Jan 13 22:17:03 2015 +0100"
  },
  "committer": {
    "name": "Vinod Koul",
    "email": "vinod.koul@intel.com",
    "time": "Sun Jan 18 20:01:36 2015 +0530"
  },
  "message": "dmaengine: coh901318: fix function return types build warnings\n\nA recent patch that removed coh901318_control() replaced it\nwith a number of pointers to existing functions, but those\nunfortunately have the wrong return  type and need to be\nchanged to return an \u0027int\u0027 with an error value rather than\na \u0027void\u0027 to avoid these build warnings:\n\ndrivers/dma/coh901318.c:2697:32: warning: assignment from incompatible pointer type\n  base-\u003edma_slave.device_config \u003d coh901318_dma_set_runtimeconfig;\n                                ^\ndrivers/dma/coh901318.c:2698:31: warning: assignment from incompatible pointer type\n  base-\u003edma_slave.device_pause \u003d coh901318_pause;\n                               ^\ndrivers/dma/coh901318.c:2699:32: warning: assignment from incompatible pointer type\n  base-\u003edma_slave.device_resume \u003d coh901318_resume\n\nThe coh901318_base_init function has the correct return type\nalready, but needs to be marked \u0027static\u0027 to avoid a sparse\nwarning about a missing declaration.\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nFixes: 6782af118b6c (\"dmaengine: coh901318: Split device_control\")\nAcked-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\nSigned-off-by: Vinod Koul \u003cvinod.koul@intel.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "418e4e4fb7ba7767acaef980467d0313932a8cf0",
      "old_mode": 33188,
      "old_path": "drivers/dma/coh901318.c",
      "new_id": "fd22dd36985f2b13fb4b1ccc9cc94c84751bd11b",
      "new_mode": 33188,
      "new_path": "drivers/dma/coh901318.c"
    }
  ]
}
