diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-09 14:50:21 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 22:55:48 +0200 |
commit | 5e66b87840dd275eafa6b4135b174212dd7c0d75 (patch) | |
tree | 795296039bc6419bed9cb6bd9e7b1a44f58e1f78 /drivers/media/dvb/ttusb-dec | |
parent | [media] drxk: Add debug printk's (diff) | |
download | linux-5e66b87840dd275eafa6b4135b174212dd7c0d75.tar.xz linux-5e66b87840dd275eafa6b4135b174212dd7c0d75.zip |
[media] drxk: remove _0 from read/write routines
The normal 16-bits read routine is called as "Read16_0". This is
due to a flags that could optionally be passed. Yet, on no places
at the code, a flag is passed there.
The same happens with 16-bits write and 32-read/write routines,
and with WriteBlock.
Also, using flags, is an exception: there's no place currently using
flags, except for an #ifdef at WriteBlock.
Rename the function as just "read16", and the one that requires flags,
as "read16_flags".
This helps to see where the flags are used, and also avoid using
CamelCase on Kernel.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/ttusb-dec')
0 files changed, 0 insertions, 0 deletions