Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57049
b: refs/heads/master
c: e142e2a
h: refs/heads/master
i:
  57047: 833ad90
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed May 27, 2007
1 parent 96cb4b9 commit 829ea1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 67f363b1f6a31cf5027a97372f64bcced4f05ba6
refs/heads/master: e142e2a30787e9fa1bf0f66aa1d01727ce718cc7
4 changes: 3 additions & 1 deletion trunk/drivers/hwmon/w83627hf.c
Original file line number Diff line number Diff line change
Expand Up @@ -965,8 +965,10 @@ static int __init w83627hf_find(int sioaddr, unsigned short *addr,
case W687THF_DEVID:
sio_data->type = w83687thf;
break;
case 0xff: /* No device at all */
goto exit;
default:
pr_debug(DRVNAME ": Unsupported chip (DEVID=0x%x)\n", val);
pr_debug(DRVNAME ": Unsupported chip (DEVID=0x%02x)\n", val);
goto exit;
}

Expand Down

0 comments on commit 829ea1a

Please sign in to comment.