From e11f3e6ef64726c64dae435f7059715adf5de2ff Mon Sep 17 00:00:00 2001
From: Philipp Zabel
Date: Wed, 25 Jul 2012 09:16:58 -0300
Subject: [PATCH] [media] media: coda: keep track of active instances
Determining the next free instance just by incrementing and decrementing
an instance counter does not work: if there are two instances opened,
0 and 1, and instance 0 is released, the next call to coda_open will
create a new instance with index 1, but instance 1 is already in use.
Instead, scan a bitfield of active instances to determine the first
free instance index.
Signed-off-by: Philipp Zabel
Tested-by: Javier Martin
Signed-off-by: Mauro Carvalho Chehab
---
Reading git-format-patch failed