)]}'
{
  "commit": "7c802fbd541448accec7bbc0e72ef38693a29593",
  "tree": "b9d91ee9e6f783fc12467b84eb7bd76e57bc005d",
  "parents": [
    "447d9bd82020f159456ee00b011486205205aaa7"
  ],
  "author": {
    "name": "Artem Bityutskiy",
    "email": "Artem.Bityutskiy@nokia.com",
    "time": "Tue May 17 11:13:17 2011 +0300"
  },
  "committer": {
    "name": "David Woodhouse",
    "email": "David.Woodhouse@intel.com",
    "time": "Wed May 25 02:05:35 2011 +0100"
  },
  "message": "mtd: be silent when mtd partition parser cannot be found\n\nCurrently when we register partitions in \u0027parse_mtd_partitions()\u0027 we accept the\nlist of parsers we should try. And if one of the parsers was not found we print\na message. Well, first of all this whole idea is bad - look at how many\n\u0027part_probes\u0027 and \u0027part_probe_types\u0027 variables we have - nearly every driver\ndefines one. Instead, we should just go through all registered parsers all the\ntime. But this needs to be worked on separately.\n\nThis patch makes life of MTD partitions\u0027 users a bit simpler and allows them to\nsafely request parsers which have not been registered -\n\u0027parse_mtd_partitions()\u0027 will not print a \"not available\" message in this\ncase.\n\nThe point is that drivers do not have to do things like this any longer:\n\nstatic const char *part_probe_types[] \u003d { \"cmdlinepart\", \"RedBoot\",\n                                         \"afs\",\n                                         NULL };\n\nbut can simply do like this:\n\nstatic const char *part_probe_types[] \u003d { \"cmdlinepart\", \"RedBoot\", \"afs\", NULL };\n\nSigned-off-by: Artem Bityutskiy \u003cArtem.Bityutskiy@nokia.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "0a476017478277a925014d36f13ea0ea77c872ee",
      "old_mode": 33188,
      "old_path": "drivers/mtd/mtdpart.c",
      "new_id": "cd631e773a7b44b431b48ffd9caf0b1387c5f2db",
      "new_mode": 33188,
      "new_path": "drivers/mtd/mtdpart.c"
    }
  ]
}
