commit | 8d115931622eb19a15f2633cb35dd2c4a66db255 | [log] [tgz] |
---|---|---|
author | Jonathan Nieder <jrnieder@gmail.com> | Sun May 01 06:31:40 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri May 20 09:29:43 2011 -0300 |
tree | 23216f6e5fc4f71449369ad500824832d97ea8b9 | |
parent | f4bd4be8d113534a28e0c9a86cddbabd47b06159 [diff] |
[media] cx88: don't use atomic_t for core->users users is always read or written with core->lock held. A plain int is simpler and faster. Tested-by: Andi Huber <hobrom@gmx.at> Tested-by: Marlon de Boer <marlon@hyves.nl> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>