From 073f1e6c895f256b1d7b535a97fe0ced98ac1615 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Mon, 16 Jan 2012 15:11:57 -0800 Subject: [PATCH] hwmon: (lm87) Fix: do not use assignment in if condition Fix checkpatch issue: ERROR: do not use assignment in if condition Replace repeated calls to device_create_file() with calls to sysfs_create_group. Cc: Jean Delvare Signed-off-by: Guenter Roeck Acked-by: Jean Delvare --- Reading git-format-patch failed