Silence broken print about chip/fw info

- This print does some shady stuff with printing out a u8 array as a
string, that causes some terminals to stop accepting input. Probably no
null byte in what it was expecting to print, so it overruns for a while
spewing garbage.

Change-Id: I71aa3dd3c9ea4f4d65860a7a0079f5751d6613c2
diff --git a/btmtk_sdio.c b/btmtk_sdio.c
index f483ee4..9c7989d 100644
--- a/btmtk_sdio.c
+++ b/btmtk_sdio.c
@@ -1968,6 +1968,7 @@
 	u2SwVer = patchHdr->u2SwVer;
 	u4PatchVer = patchHdr->u4PatchVer;
 
+#if 0
 	pr_debug("=====================================\n");
 	pr_info("===============Patch Info============\n");
 	pr_info("Built Time = %s\n", cDateTime);
@@ -1986,6 +1987,7 @@
 			patchHdr->ucPlatform[3]);
 	pr_info("Patch start addr = %02x\n", patchHdr->u2PatchStartAddr);
 	pr_info("=====================================\n");
+#endif
 
 	fwbuf += sizeof(struct _PATCH_HEADER);
 	pr_debug("%s PATCH_HEADER size %zd\n",