commit | c6ae804a65649d5919d232d65dc6a08c9e5ac01b | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Thu May 05 04:37:28 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed May 25 07:51:48 2011 -0300 |
tree | 0fe436c54d5db23860bc6600c701455dd84b9a27 | |
parent | c9d5d7790cd7c9457772dc51381f0e0e4e691f68 [diff] |
[media] wl12xx: g_volatile_ctrl fix: wrong field set The function g_volatile_ctrl should change the current value rather than the new value. These two drivers didn't do that, so the value is never reported correctly. In the future this will change since this behavior is clearly unexpected, but for now fix these drivers first. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>