diff options
author | Manohar Vanga <manohar.vanga@cern.ch> | 2011-11-04 14:12:29 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-27 05:25:38 +0400 |
commit | c26f6112990b90977db429596ed0640d153b3a32 (patch) | |
tree | 8779df01b0af6337ad995a9b4e4866e2cdc32f6d /drivers/staging/vme | |
parent | 3fe0a87f8fa98fb24ceb0231e326f3892e84e39b (diff) | |
download | linux-c26f6112990b90977db429596ed0640d153b3a32.tar.xz |
staging: vme: fix comment in __vme_register_driver()
Signed-off-by: Manohar Vanga <manohar.vanga@cern.ch>
Acked-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vme')
-rw-r--r-- | drivers/staging/vme/vme.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/vme/vme.c b/drivers/staging/vme/vme.c index b04b4688f705..3cbc69c65d78 100644 --- a/drivers/staging/vme/vme.c +++ b/drivers/staging/vme/vme.c @@ -1421,10 +1421,7 @@ static int __vme_register_driver(struct vme_driver *drv, unsigned int ndevs) * and if the bridge is removed, it will have to go through * vme_unregister_bridge() to do it (which calls remove() on * the bridge which in turn tries to acquire vme_buses_lock and - * will have to wait). The probe() called after device - * registration in __vme_register_driver below will also fail - * as the bridge is being removed (since the probe() calls - * vme_bridge_get()). + * will have to wait). */ err = __vme_register_driver_bus(drv, bridge, ndevs); if (err) |