From: Stefan Richter Date: Tue, 17 Jul 2007 00:13:48 +0000 (+0200) Subject: firewire: remove bogus check in fw_core_handle_request X-Git-Tag: v2.6.23-rc1~486 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d59a6f1ba90f15132d55d9d4d5a632f15a43d84;p=pandora-kernel.git firewire: remove bogus check in fw_core_handle_request This check is bogus: - Maximum asynchronous payload size for S800...S3200 is 4096. - The p->payload_length is totally uninteresting. Only the request->length of the subsequently allocated and initialized struct fw_request is of significance. Signed-off-by: Stefan Richter Signed-off-by: Kristian Høgsberg --- Reading git-diff-tree failed