Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tpetazzoni/8610aeea14a34fc3e9f5b2c336644bc8 to your computer and use it in GitHub Desktop.
Save tpetazzoni/8610aeea14a34fc3e9f5b2c336644bc8 to your computer and use it in GitHub Desktop.
+ if (op->ninstrs == 2 &&
+ op->instrs[0].type == NAND_OP_CMD_INSTR &&
+ op->instrs[0].ctx.cmd.opcode != NAND_CMD_STATUS &&
+ op->instrs[1].type == NAND_OP_DATA_IN_INSTR)
+ return -ENOTSUPP;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment