summaryrefslogtreecommitdiffstats
path: root/ichspi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ichspi.c')
-rw-r--r--ichspi.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ichspi.c b/ichspi.c
index 80c4342..b53a925 100644
--- a/ichspi.c
+++ b/ichspi.c
@@ -756,11 +756,8 @@ int ich_spi_send_multicommand(struct spi_command *cmds)
* opcode of the next command?
*/
if ((oppos != -1) && (preoppos != -1) &&
- (curopcodes->opcode[oppos].atomic - 1 == preoppos)) {
- printf_debug("opcode 0x%02x will be run as PREOP\n",
- cmds->writearr[0]);
+ ((curopcodes->opcode[oppos].atomic - 1) == preoppos))
continue;
- }
}
ret = ich_spi_send_command(cmds->writecnt, cmds->readcnt,
OpenPOWER on IntegriCloud