1
0
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:
Ian Lepore 2019-07-18 01:37:00 +00:00
parent 634a2d26fd
commit 18cd8a2df8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350106

View File

@ -360,7 +360,7 @@ pcf8523_start(struct nxprtc_softc *sc)
is212x = true;
break;
default:
is212x = true;
is212x = false;
break;
}