Lines Matching refs:error
64 pr_warn("%s: i2c write error (addr 0x%02x, err == %i)\n",
77 pr_warn("%s: i2c read error (addr 0x%02x, err == %i)\n",
101 pr_warn("%s: i2c write error (addr 0x%02x, err == %i)\n",
118 pr_warn("%s: i2c read error (addr 0x%02x, err == %i)\n",
330 pr_warn("error writing to tuner\n");
368 pr_warn("timeout error writing to tuner\n");
1133 goto error;
1155 goto error;
1161 if (buf[0] != 0x04) goto error; /* device id */
1162 if (buf[1] != 0x02) goto error; /* fab id */
1163 if (buf[2] != 0x11) goto error; /* month */
1164 if (buf[3] != 0x20) goto error; /* year msb */
1165 if (buf[4] != 0x00) goto error; /* year lsb */
1168 if (buf[0] != 0x05) goto error; /* device id */
1171 goto error;
1179 error: