summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme/TODO
diff options
context:
space:
mode:
authorMartyn Welch2010-02-18 16:13:12 +0100
committerGreg Kroah-Hartman2010-03-04 01:43:01 +0100
commit8fafb47638012d93134d0ff38adcc5fc661beeb1 (patch)
tree2ce2ce14c179368618d6d9a148b65ce8e398ca9b /drivers/staging/vme/TODO
parentStaging: vme: Enable drivers to handle more than one bridge (diff)
downloadkernel-qcow2-linux-8fafb47638012d93134d0ff38adcc5fc661beeb1.tar.gz
kernel-qcow2-linux-8fafb47638012d93134d0ff38adcc5fc661beeb1.tar.xz
kernel-qcow2-linux-8fafb47638012d93134d0ff38adcc5fc661beeb1.zip
Staging: vme: Make vme_master_resource naming bus neutral
The vme_master_resource structure contains an item called "pci_resource". Rename to make bus agnostic. Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vme/TODO')
-rw-r--r--drivers/staging/vme/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vme/TODO b/drivers/staging/vme/TODO
index 83d44cbf9a5f..00c0ddcfe2a0 100644
--- a/drivers/staging/vme/TODO
+++ b/drivers/staging/vme/TODO
@@ -37,7 +37,6 @@ chips. They are currently not supported at all by the API.
Core
====
-- Rename vme_master_resource's "pci_resource" to be bus agnostic.
- Improve generic sanity checks (Such as does an offset and size fit within a
window and parameter checking).