Module Name: src
Committed By: christos
Date: Sun Oct 9 14:49:51 UTC 2016
Modified Files:
src/sys/dev/marvell: mvspi.c
Log Message:
PR/51540: Henning Petersen: replace , with ;
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/marvell/mvspi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/marvell/mvspi.c
diff -u src/sys/dev/marvell/mvspi.c:1.3 src/sys/dev/marvell/mvspi.c:1.4
--- src/sys/dev/marvell/mvspi.c:1.3 Sun Dec 13 13:35:26 2015
+++ src/sys/dev/marvell/mvspi.c Sun Oct 9 10:49:51 2016
@@ -130,7 +130,7 @@ mvspi_attach(struct device *parent, stru
ctl &= MVSPI_DIRHS_MASK;
ctl &= MVSPI_1BYTE_MASK;
- PUTREG(sc, MVSPI_INTCONF_REG, ctl),
+ PUTREG(sc, MVSPI_INTCONF_REG, ctl);
/*
* Initialize SPI controller.