mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Fix a paste-o, set is212x = false for other chip types. Doh!
This commit is contained in:
parent
634a2d26fd
commit
18cd8a2df8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350106
@ -360,7 +360,7 @@ pcf8523_start(struct nxprtc_softc *sc)
|
||||
is212x = true;
|
||||
break;
|
||||
default:
|
||||
is212x = true;
|
||||
is212x = false;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user