From: Clemens Ladisch Date: Tue, 30 Nov 2010 07:25:17 +0000 (+0100) Subject: firewire: ohci: use common buffer for self IDs and AR descriptors X-Git-Tag: v2.6.38-rc1~444^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec766a7970126f99665992c0b0b10bd60a4d6208;p=pandora-kernel.git firewire: ohci: use common buffer for self IDs and AR descriptors The buffers used for the selfIDs packets and the AR request and response descriptors end up using three pages because dma_alloc_coherent() allocates at least one page per call. However, these data structures would all fit into 4 KB, so we can save space by using a common buffer for them. Signed-off-by: Clemens Ladisch Signed-off-by: Stefan Richter --- Reading git-diff-tree failed