From: Adrian Bunk Date: Tue, 17 May 2005 04:53:38 +0000 (-0700) Subject: [PATCH] drivers/input/keyboard/atkbd.c: fix off by one errors X-Git-Tag: v2.6.12-rc5~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b21689ba567ad437e4d7917dd9da54a8d6fd5c;p=pandora-kernel.git [PATCH] drivers/input/keyboard/atkbd.c: fix off by one errors This patch fixes two possible off by one errors found by the Coverity checker (look at the period[i] and delay[j] in the two first unchanged lines). Signed-off-by: Adrian Bunk Cc: Vojtech Pavlik Cc: Dmitry Torokhov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed