From: Julian Scheel Date: Thu, 4 Oct 2012 13:04:28 +0000 (-0300) Subject: [media] tm6000: Add parameter to keep urb bufs allocated X-Git-Tag: v3.9-rc1~93^2~596 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16427faf28674451a7a0485ab0a929402f355ffd;p=pandora-kernel.git [media] tm6000: Add parameter to keep urb bufs allocated On systems where it cannot be assured that enough continous memory is available all the time it can be very useful to only allocate the memory once when it is needed the first time. Afterwards the initially allocated memory will be reused, so it is ensured that the memory will stay available until the driver is unloaded. [mchehab@redhat.com: Codingstyle fixups] Signed-off-by: Julian Scheel Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed