I3000_ERRSTS_BITS
if (!(info->errsts & I3000_ERRSTS_BITS))
if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) {
pci_write_bits16(pdev, I3000_ERRSTS, I3000_ERRSTS_BITS,
I3000_ERRSTS_BITS);
if (!(info->errsts & I3000_ERRSTS_BITS))
if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) {
pci_write_bits16(pdev, I3000_ERRSTS, I3000_ERRSTS_BITS,
I3000_ERRSTS_BITS);