mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 22:05:11 +00:00
Remove "generic" from all printing function names. This is the default
mode now so no need to mention it explicitly. Rename print_vid_info to print_chip_vid and move it around for consistency. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4728 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -160,7 +160,7 @@ static void do_a_print(const sensors_chip_name *name)
|
||||
if (do_raw)
|
||||
print_chip_raw(name);
|
||||
else
|
||||
print_generic_chip(name);
|
||||
print_chip(name);
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user