commit | 89a2c1d60aa2cfcf4c9f194b4c923d72182be431 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Mar 02 11:26:14 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Mar 02 11:29:39 2015 -0300 |
tree | 7f459e266ff9e16a407f190cccc4180419828811 | |
parent | 872b9dbedd4040f4511c909a09d39330624f057b [diff] |
[media] use a function for DVB media controller register This is really a simple function, but using it avoids to have if's inside the drivers. Also, the kABI becomes a little more clearer. This shouldn't generate any overhead, and the type check will happen when compiling with MC DVB enabled. So, let's do it. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>