[media] rtl2832: save some data space by using a macro instead of a table
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 5 Jul 2012 15:16:26 +0000 (12:16 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 5 Jul 2012 15:16:26 +0000 (12:16 -0300)
commit298f18a3e2e078c796d3f852091fbe961fbca806
tree5edf68c7efcc8aca6984a93272f6517450fd501c
parent82041c0a15fdd45336f11c893c4ff69d48dcc4f1
[media] rtl2832: save some data space by using a macro instead of a table

Instead of using a table for reg bitmask, use a macro. This should save
some data segment space.

Cc: Thomas Mair <thomas.mair86@googlemail.com>
Cc: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/rtl2832.c