Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292147
b: refs/heads/master
c: 3c4c497
h: refs/heads/master
i:
  292145: 13bd8c3
  292143: 45fee6e
v: v3
  • Loading branch information
Guenter Roeck authored and Guenter Roeck committed Mar 19, 2012
1 parent f2e0024 commit 9b16fa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 8deeac82b3f3e73f50ca7109ea0029764b33874f
refs/heads/master: 3c4c4971912d9786100012b94d4ae08a8995f0e7
6 changes: 3 additions & 3 deletions trunk/drivers/hwmon/it87.c
Original file line number Diff line number Diff line change
Expand Up @@ -1341,12 +1341,12 @@ static DEVICE_ATTR(cpu0_vid, S_IRUGO, show_vid_reg, NULL);
static ssize_t show_label(struct device *dev, struct device_attribute *attr,
char *buf)
{
static const char *labels[] = {
static const char * const labels[] = {
"+5V",
"5VSB",
"Vbat",
};
static const char *labels_it8721[] = {
static const char * const labels_it8721[] = {
"+3.3V",
"3VSB",
"Vbat",
Expand Down Expand Up @@ -1815,7 +1815,7 @@ static int __devinit it87_probe(struct platform_device *pdev)
int err = 0, i;
int enable_pwm_interface;
int fan_beep_need_rw;
static const char *names[] = {
static const char * const names[] = {
"it87",
"it8712",
"it8716",
Expand Down

0 comments on commit 9b16fa9

Please sign in to comment.