V4L/DVB (13969): frontends/si21xx.c: Remove #define TRUE/FALSE, use bool
authorJoe Perches <joe@perches.com>
Wed, 13 Jan 2010 06:59:15 +0000 (03:59 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 26 Feb 2010 18:10:35 +0000 (15:10 -0300)
commit42a39e05928c6262347fba4ec9f649124bfc7a6f
treea7437aafc8c5373650b290af72ff52fb39a4623c
parente34d375aa6dade342a266d40c6142d7f36e18683
V4L/DVB (13969): frontends/si21xx.c: Remove #define TRUE/FALSE, use bool

And a little code refactoring/neatening around the removals

Reduces object size a little bit:

new:
$ size drivers/media/dvb/frontends/si21xx.o
   text    data     bss     dec     hex filename
   8984      56    1816   10856    2a68 drivers/media/dvb/frontends/si21xx.o
old:
$ size drivers/media/dvb/frontends/si21xx.o
   text    data     bss     dec     hex filename
   9084      56    1792   10932    2ab4 drivers/media/dvb/frontends/si21xx.o

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/si21xx.c