astlpc: Fix KCS read error mesage

'KCS' was typo'ed as 'KCE'.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: I2a06217f0c4421800a285608e97af0654fca963d
diff --git a/astlpc.c b/astlpc.c
index bf35046..1ace7bf 100644
--- a/astlpc.c
+++ b/astlpc.c
@@ -149,7 +149,7 @@
 		rc = astlpc->ops.kcs_read(astlpc->ops_data,
 				MCTP_ASTLPC_KCS_REG_STATUS, &status);
 		if (rc != 1) {
-			mctp_prwarn("KCE status read failed");
+			mctp_prwarn("KCS status read failed");
 			return -1;
 		}
 		if (!(status & KCS_STATUS_OBF))