hwmon: (w83795) Move file creation to a separate function too
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)
commit892514a6372d49ffe9749fb86cc587b4dce90733
tree766bd801a21b585f78f5e6eed1ac7c681b826777
parent2fa09878ba1dc458b8cb6e9c8fbc8f2e5401d2b2
hwmon: (w83795) Move file creation to a separate function too

Function w83795_probe() is way too big, move file creation to a separate
function to make it more readable.

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