]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
firewire: cdev: extend transaction payload size check
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 4 Jan 2009 15:23:29 +0000 (16:23 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Tue, 24 Mar 2009 19:56:45 +0000 (20:56 +0100)
commit5d3fd692a7196a9045fb606f891f5987959b65a0
treef5dd0b2db4171ea05c70035e29b2cc7ff7f82850
parent1566f3dc3e5986a16c7bbb3bb95bb691251a8d25
firewire: cdev: extend transaction payload size check

Make the size check of ioctl_send_request and
ioctl_send_broadcast_request speed dependent.  Also change the error
return code from -EINVAL to -EIO to distinguish this from other errors
concerning the ioctl parameters.

Another payload size limit for which we don't check here though is the
remote node's Bus_Info_Block.max_rec.

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