aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/lm78.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-08-01 22:50:08 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2005-09-05 09:14:23 -0700
commitd0f282706df877f8fd8869419e308d24eedb523b (patch)
treea0305b5bcb691fa7bc7005b56b4dc45263fb3cbb /drivers/hwmon/lm78.c
parentee70d3a33368038d41985474d9e70ac07f19651c (diff)
[PATCH] hwmon: hwmon vs i2c, second round (10/11)
I see very little reason why vid_from_reg is inlined. It is not exactly short, its parameters are seldom known in advance, and it is never called in speed critical areas. Uninlining it should cause little performance loss if any, and saves a signficant space as well as compilation time. As suggested by Alexey Dobriyan, I am leaving vid_to_reg inline for now, as it is short and has a single user so far. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/hwmon/lm78.c')
0 files changed, 0 insertions, 0 deletions