mirror of
https://github.com/Fred78290/nct6687d
synced 2024-11-16 07:48:04 +01:00
Update nct6687.c
This commit is contained in:
parent
be4509e2db
commit
44037baa94
1 changed files with 4 additions and 0 deletions
|
@ -1113,6 +1113,10 @@ static int __init nct6687_find(int sioaddr, struct nct6687_sio_data *sio_data)
|
|||
sio_data->kind = nct6687;
|
||||
break;
|
||||
default:
|
||||
if (force){
|
||||
sio_data->kind = nct6687;
|
||||
break;
|
||||
}
|
||||
if (val != 0xffff)
|
||||
pr_debug("unsupported chip ID: 0x%04x\n", val);
|
||||
goto fail;
|
||||
|
|
Loading…
Reference in a new issue