Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292116
b: refs/heads/master
c: 1dc3708
h: refs/heads/master
v: v3
  • Loading branch information
Frans Meulenbroeks authored and Guenter Roeck committed Mar 19, 2012
1 parent 0e1362b commit d4e4861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c6e8ac0405c4274d4d716eee2340d8d8dee2b429
refs/heads/master: 1dc370899f97ae281ff2a63df39b8d574dd67cc0
4 changes: 2 additions & 2 deletions trunk/drivers/hwmon/f71882fg.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ MODULE_PARM_DESC(force_id, "Override the detected device ID");
enum chips { f71808e, f71808a, f71858fg, f71862fg, f71869, f71869a, f71882fg,
f71889fg, f71889ed, f71889a, f8000, f81865f };

static const char *f71882fg_names[] = {
static const char *const f71882fg_names[] = {
"f71808e",
"f71808a",
"f71858fg",
Expand Down Expand Up @@ -362,7 +362,7 @@ static ssize_t store_pwm_auto_point_temp(struct device *dev,
static ssize_t show_name(struct device *dev, struct device_attribute *devattr,
char *buf);

static int __devinit f71882fg_probe(struct platform_device * pdev);
static int __devinit f71882fg_probe(struct platform_device *pdev);
static int f71882fg_remove(struct platform_device *pdev);

static struct platform_driver f71882fg_driver = {
Expand Down

0 comments on commit d4e4861

Please sign in to comment.