From: Daniel Mack Date: Mon, 12 Apr 2010 11:17:25 +0000 (+0200) Subject: USB: rename usb_buffer_alloc() and usb_buffer_free() users X-Git-Tag: v2.6.35-rc1~471^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997ea58eb92f9970b8af7aae48800d0ef43b9423;p=pandora-kernel.git USB: rename usb_buffer_alloc() and usb_buffer_free() users For more clearance what the functions actually do, usb_buffer_alloc() is renamed to usb_alloc_coherent() usb_buffer_free() is renamed to usb_free_coherent() They should only be used in code which really needs DMA coherency. All call sites have been changed accordingly, except for staging drivers. Signed-off-by: Daniel Mack Cc: Alan Stern Cc: Pedro Ribeiro Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed