20 Jun
2011
20 Jun
'11
7:49 p.m.
On Mon, Jun 20, 2011 at 10:11:25AM +0300, Dan Carpenter wrote:
"ret" is supposed to be signed here. The current code will only return -EIO on error, instead of a more appropriate error code such as -EAGAIN etc.
That changelog is not accurate, if nothing else the code will return -EINVAL if it can't figure out a length for a register. However, the change itself is good so applied, thanks.