)]}'
{
  "commit": "f61ed7e32d2d6a0a8c3c101da513ccedd542e14d",
  "tree": "6a397ad9c74e3359f6c7f40857ca424ca701b027",
  "parents": [
    "25d39c39d82d062f4be685146abd054a3bafdf12"
  ],
  "author": {
    "name": "Bjorn Helgaas",
    "email": "bjorn.helgaas@hp.com",
    "time": "Fri Jun 27 16:57:00 2008 -0600"
  },
  "committer": {
    "name": "Andi Kleen",
    "email": "andi@basil.nowhere.org",
    "time": "Wed Jul 16 23:27:06 2008 +0200"
  },
  "message": "PNP: dont sort by type in /sys/.../resources\n\nRather than stepping through all IO resources, then stepping through\nall MMIO resources, etc., we can just iterate over the resource list\nonce directly.\n\nThis can change the order in /sys, e.g.,\n\n    # cat /sys/devices/pnp0/00:07/resources     # OLD\n    state \u003d active\n    io 0x3f8-0x3ff\n    irq 4\n\n    # cat /sys/devices/pnp0/00:07/resources     # NEW\n    state \u003d active\n    irq 4\n    io 0x3f8-0x3ff\n\nThe old code artificially sorted resources by type; the new code\njust lists them in the order we read them from the ISAPNP hardware\nor the BIOS.\n\nSigned-off-by: Bjorn Helgaas \u003cbjorn.helgaas@hp.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "7fc86bbed88e44f36c6ed298d96076c360eea295",
      "old_mode": 33188,
      "old_path": "drivers/pnp/interface.c",
      "new_id": "674e8ba0377f9fe48105a58917de6c97d205e5c1",
      "new_mode": 33188,
      "new_path": "drivers/pnp/interface.c"
    }
  ]
}
