Re: [patch 2/6] New Generic HW RNG

From: Michael Buesch
Date: Sun May 07 2006 - 09:20:38 EST


On Sunday 07 May 2006 15:16, you wrote:
> On Sunday 07 May 2006 15:03, you wrote:
> > This does not handle the case of partial read correctly - the code
> > should be
> >
> > return ret ? : -ERESTARTSYS;

Or, hm. Shouldn't we
return ret ? : err;

err is -EINTR

--
Greetings Michael.
-
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/