Hello, Dan.
On Mon, Mar 31, 2014 at 11:35:14AM -0700, Dan Williams wrote:
...
> + for (i = 0; i < ATA_MAX_QUEUE; i++) {
> + tag = (i + ap->tag_order) & (ATA_MAX_QUEUE - 1);Can you please change the last modular to % ATA_MAX_QUEUE? Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
