Ticket #2231 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

sensors: merge chips_generic.c into chips.c

Reported by: khali Assigned to: khali
Priority: minor Milestone: 3.0.0
Component: sensors Version:
Keywords: Cc:

Description

Now that sensors only supports generic printing, there's no point in having a separate file for it. Merging both files with let us merge print_temp_info() into print_generic_chip_temp(), or at least change its signature, and will allow several other minor cleanups.

Change History

07/07/07 17:48:30 changed by khali

  • component changed from interface to sensors.

08/26/07 13:59:33 changed by khali

  • owner changed from somebody to khali.
  • status changed from new to assigned.

08/26/07 23:29:33 changed by khali

  • status changed from assigned to closed.
  • type changed from defect to enhancement.
  • resolution set to fixed.
  • milestone changed from 3.0.1 to 3.0.0.

Merge done in r4710. Cleanups to the temperature printing code in r4716, r4717 and r4718.