hwmon: (w83795) Merge w83795_create_files and w83795_remove_files
authorJean Delvare <khali@linux-fr.org>
Thu, 28 Oct 2010 18:31:45 +0000 (20:31 +0200)
committerJean Delvare <khali@endymion.delvare>
Thu, 28 Oct 2010 18:31:45 +0000 (20:31 +0200)
commit6f3dcde9c6dcbbe781a2a98900552bcb989733e3
tree9eb3891644057a011d24c10e8330299b647a490a
parent892514a6372d49ffe9749fb86cc587b4dce90733
hwmon: (w83795) Merge w83795_create_files and w83795_remove_files

Functions w83795_create_files and w83795_remove_files iterate over
the same set of files, just calling a different function. Merge them
into a single function which takes the action as a parameter. This
saves code, and also ensure that file creation and deletion are in
sync.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/w83795.c