MEMSTICK_INT_ERR
msb->state = (intreg & MEMSTICK_INT_ERR) ?
if (!(msb->regs.status.interrupt & MEMSTICK_INT_ERR)) {
if (intreg & MEMSTICK_INT_ERR)
if (intreg & MEMSTICK_INT_ERR)
#define MEMSTICK_INT_ERROR (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)
if ((*mrq)->data[0] & (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR))
if (t_val & (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)) {
dev->req->int_reg |= MEMSTICK_INT_ERR;
req->int_reg |= MEMSTICK_INT_ERR;