From: Marcel Holtmann Date: Wed, 13 Jun 2007 06:02:11 +0000 (+0200) Subject: USB: Add URB_FREE_BUFFER flag and the logic behind it X-Git-Tag: v2.6.23-rc1~1083^2~36 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=8b3b01c898a44c2fc7217eb579982b9d132113f5 USB: Add URB_FREE_BUFFER flag and the logic behind it USB: Add URB_FREE_BUFFER flag for freeing the transfer buffer In some cases it is not needed that the driver keeps track of the transfer buffer of an URB. It can be simply freed along with the URB itself when the reference count goes down to zero. The new flag URB_FREE_BUFFER enables this behavior. Signed-off-by: Marcel Holtmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed