• Jean Delvare's avatar
    hwmon: (it87) Refactor attributes creation and removal · 723a0aa0
    Jean Delvare authored
    There is a lot of code redundancy in the creation of the fan and
    pwm attributes. Move these attributes to arrays so that the code can
    be simplified.
    
    This in turns makes the attributes removal code larger, so move it to
    a separate function that can be called in both the standard removal
    case and the error path during probing.
    Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
    723a0aa0
it87.c 50.7 KB