Re: [PATCH v7 3.2-rc2 3/30] uprobes: register/unregister probes.

From: Srikar Dronamraju
Date: Thu Nov 24 2011 - 09:43:20 EST


> > + ret = 0;
> > + if (!ret)
> > + break;
>
> Shouldn't that read:
> if (ret)
> break;
>
> So that we bail when there's a real error instead of no error?
>

Right, will fix this and also do the PTR_ERR changes that you suggested.

--
thanks and regards
Srikar

--
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/