commit | d2c998f7453af7ad416bc38d09ae9d453d2fac5e | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Sun Nov 14 09:49:34 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Dec 01 20:10:09 2010 -0200 |
tree | 31f177781cb93f254c80c8c412c2339c4973df57 | |
parent | 725ea8cf1c1f5ba53177d20d2d2f6dbc139b643e [diff] |
[media] typhoon: convert to unlocked_ioctl Convert the typhoon driver from ioctl to unlocked_ioctl. When doing this I noticed a bug where curfreq was not initialized correctly to mutefreq (it wasn't multiplied by 16). The initialization is now also done before the device node is created. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>