Am Montag, 29. November 2004 18:20 schrieb Alan Stern:
> +
> +               /* don't allow the user to unbind the hub driver from
> +                * a hub with children to manage */
> +               for (i = 0; i < ps->dev->maxchild; ++i) {
> +                       if (ps->dev->children[i])
> +                               retval = -EBUSY;
> +               }
> +               if (retval)
> +                       break;
> +

Are you sure locking is sufficient here?

        Regards
                Oliver

Reply via email to