)]}'
{
  "commit": "b7b05fe7f92e21e933caa529fd8d78bbbbfbd293",
  "tree": "41575e92078ffd4287bbf735799b803193222b4c",
  "parents": [
    "582c1b538fb47a2d6a41dbdadb031086c49446c1"
  ],
  "author": {
    "name": "Kay Sievers",
    "email": "kay.sievers@vrfy.org",
    "time": "Thu Oct 30 15:51:57 2008 +0100"
  },
  "committer": {
    "name": "John W. Linville",
    "email": "linville@tuxdriver.com",
    "time": "Fri Nov 21 11:06:03 2008 -0500"
  },
  "message": "ssb: struct device - replace bus_id with dev_name(), dev_set_name()\n\nThis patch is part of a larger patch series which will remove\nthe \"char bus_id[20]\" name string from struct device. The device\nname is managed in the kobject anyway, and without any size\nlimitation, and just needlessly copied into \"struct device\".\n\nTo set and read the device name dev_name(dev) and dev_set_name(dev)\nmust be used. If your code uses static kobjects, which it shouldn\u0027t\ndo, \"const char *init_name\" can be used to statically provide the\nname the registered device should have. At registration time, the\ninit_name field is cleared, to enforce the use of dev_name(dev) to\naccess the device name at a later time.\n\nWe need to get rid of all occurrences of bus_id in the entire tree\nto be able to enable the new interface. Please apply this patch,\nand possibly convert any remaining remaining occurrences of bus_id.\n\nWe want to submit a patch to -next, which will remove bus_id from\n\"struct device\", to find the remaining pieces to convert, and finally\nswitch over to the new api, which will remove the 20 bytes array\nand does no longer have a size limitation.\n\nCC: Michael Buesch \u003cmb@bu3sch.de\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-Off-By: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "0ffabf5c0b60dd9892b5b9c45e2a1d8881129108",
      "old_mode": 33188,
      "old_path": "drivers/ssb/main.c",
      "new_id": "65a1ed951a1daa80abe1c9ac2b091af8664b38ad",
      "new_mode": 33188,
      "new_path": "drivers/ssb/main.c"
    },
    {
      "type": "modify",
      "old_id": "e82db4aaa050ad5902f04de679c04b0bc6261013",
      "old_mode": 33188,
      "old_path": "drivers/ssb/pcihost_wrapper.c",
      "new_id": "26737a010c6d03080f345955ecfa97c30cc8fa27",
      "new_mode": 33188,
      "new_path": "drivers/ssb/pcihost_wrapper.c"
    }
  ]
}
