OSDN Git Service

[media] tm6000: Initialize isochronous transfers only once
authorThierry Reding <thierry.reding@avionic-design.de>
Thu, 4 Aug 2011 07:14:12 +0000 (04:14 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 31 Aug 2011 20:21:08 +0000 (17:21 -0300)
commit88e834a841bde22b4c0aa71809e02c118c5b219d
treed54c6733024e04bd479e8310858410c2ac3ab815
parent6f2e77bb955771a7b8de80ea519c1e9a82b864dd
[media] tm6000: Initialize isochronous transfers only once

This fixes a memory leak where isochronous buffers would be set up for
each video buffer, while it is sufficient to set them up only once per
device.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/tm6000-video.c