]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit3a9c705cc093d078559c30762210f1e5e0191ba3
tree5edf68c7efcc8aca6984a93272f6517450fd501c
parentf551b7d3b6a3afdd94be5e7bbc7355d9c604f6ba
[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