]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
firewire: fix ioctl() return code
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Fri, 12 Sep 2008 16:20:16 +0000 (18:20 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Wed, 15 Oct 2008 20:21:10 +0000 (22:21 +0200)
commit99692f71ee04c6f249d0bf6a581359f32f409a38
tree35bf169ebd363e7671df6fb7bfdb405e601da734
parent7a1003449c693f0d57443c8786bbf19717921ae0
firewire: fix ioctl() return code

Reported by Jay Fenlason:  ioctl() did not return as intended
  - the size of data read into ioctl_send_request,
  - the number of datagrams enqueued by ioctl_queue_iso.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/fw-cdev.c