From b347241fc220a4f2cf30d89ab4205f49f3f54deb Mon Sep 17 00:00:00 2001 From: Wang Chen Date: Thu, 26 Jun 2008 10:50:04 +0800 Subject: [PATCH] --- yaml --- r: 102272 b: refs/heads/master c: 9433f6dd3a4677e9b92c6e1cd7f98b11598b7c2c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/pci.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c60b3425a24b..cfd3dea77ab9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b97089400d44b9e90ce5029a2e458cd087473c74 +refs/heads/master: 9433f6dd3a4677e9b92c6e1cd7f98b11598b7c2c diff --git a/trunk/include/linux/pci.h b/trunk/include/linux/pci.h index f1f73f79a180..76c9a4a96152 100644 --- a/trunk/include/linux/pci.h +++ b/trunk/include/linux/pci.h @@ -338,7 +338,7 @@ struct pci_bus_region { struct pci_dynids { spinlock_t lock; /* protects list, index */ struct list_head list; /* for IDs added at runtime */ - unsigned int use_driver_data:1; /* pci_driver->driver_data is used */ + unsigned int use_driver_data:1; /* pci_device_id->driver_data is used */ }; /* ---------------------------------------------------------------- */