diff --git a/backend/pixma_bjnp.c b/backend/pixma_bjnp.c index cd196e3c1..1020b8d86 100644 --- a/backend/pixma_bjnp.c +++ b/backend/pixma_bjnp.c @@ -2315,6 +2315,8 @@ sanei_bjnp_read_int (SANE_Int dn, SANE_Byte * buffer, size_t * size) } device[dn].polling_status = BJNP_POLL_STARTED; + /* fall through to BJNP_POLL_STARTED */ + case BJNP_POLL_STARTED: /* we use only seonds accuracy between poll attempts */ timeout = device[dn].bjnp_timeout /1000;