]> Pileus Git - ~andy/linux/blobdiff - drivers/i2c/busses/i2c-viapro.c
Merge branch 'fix/asoc' into for-linus
[~andy/linux] / drivers / i2c / busses / i2c-viapro.c
index 4c6fff5f330dd5bd5beea636943e76390b55862b..0b012f1f8ac5791ba9a4aa7926f75fbe97c57567 100644 (file)
@@ -185,14 +185,8 @@ static int vt596_transaction(u8 size)
        }
 
        if (temp & 0x04) {
-               int read = inb_p(SMBHSTADD) & 0x01;
                result = -ENXIO;
-               /* The quick and receive byte commands are used to probe
-                  for chips, so errors are expected, and we don't want
-                  to frighten the user. */
-               if (!((size == VT596_QUICK && !read) ||
-                     (size == VT596_BYTE && read)))
-                       dev_err(&vt596_adapter.dev, "Transaction error!\n");
+               dev_dbg(&vt596_adapter.dev, "No response\n");
        }
 
        /* Resetting status register */