From: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Date: Tue, 15 Dec 2015 13:07:52 +0300 > There are two issue here. > 1) cnt starts as maxloop + 1 so all these loops iterate one more time > than intended. > 2) At the end of the loop we test for "if (maxloop && !cnt)" but for > the first two loops, we end with cnt equal to -1. Changing this to > a pre-op means we end with cnt set to 0. > > Fixes: cae86d4a4e56 ('mISDN: Add driver for Infineon ISDN chipset family') > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Applied. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html