V4L/DVB (3173): [PATCH] Decrease number of pointer derefs in flexcop-fe-tuner.c
authorJesper Juhl <jesper.juhl@gmail.com>
Mon, 9 Jan 2006 17:25:23 +0000 (15:25 -0200)
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>
Mon, 9 Jan 2006 17:25:23 +0000 (15:25 -0200)
commit6a5bdd322e5366730803beb59adca7ebb144d7e4
tree4052a855b927b65018a800424ba89dd7cbcfb73d
parent4302c15ea237a649780894e263125fcd8c548998
V4L/DVB (3173): [PATCH] Decrease number of pointer derefs in flexcop-fe-tuner.c

- Here's a small patch to decrease the number of pointer derefs in
drivers/media/dvb/b2c2/flexcop-fe-tuner.c
Benefits of the patch:
- Fewer pointer dereferences should make the code slightly faster.
- Size of generated code is smaller
- Improved readability

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
drivers/media/dvb/b2c2/flexcop-fe-tuner.c