Re: [PATCH 1/2] Staging: vme: remove unreachable code

From: Manohar Vanga
Date: Wed Feb 23 2011 - 10:16:36 EST


> > There are two problems with this loop. 1) It unregisters the device
> > which failed to register. 2) It is a forever loop.
> >
>
> Even if "i" is a signed int?

The infinite loop is because "i" is not decremented anywhere in the loop. Not
because of signedness.

Thanks,
Manohar Vanga
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/