j
k
j a
j l
On Mon, Jul 13, 2009 at 02:34:42PM -0500, Paulraj, Sandeep wrote:
I see that changing if (rval != 0) to if (rval != 0 && rval != -EUCLEAN ) solves the problem. I can submit a patch if required.
I see that changing
if (rval != 0)
to
if (rval != 0 && rval != -EUCLEAN )
solves the problem.
I can submit a patch if required.
Yes, please submit a patch. Thanks!
-Scott
Back to the thread
Back to the list