On Fri, Sep 23, 2011 at 06:38:17PM +0200, Julian Andres Klode wrote:
> If nvec_write_async() fails, return -1 in the relevant
> parts of the PS2 driver.
> 

Returning raw -1 is never the right idea.  (It means -EPERM). Save
the return code from the lower layers and return that.

regards,
dan carpenter


_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to