From: Roel Kluin Date: Thu, 4 Jun 2009 23:57:24 +0000 (-0400) Subject: Blackfin: fix length checking in kgdb_ebin2mem X-Git-Tag: v2.6.31-rc1~361^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a990614264f04879d9608da1cfcf9a6596efe08;p=pandora-kernel.git Blackfin: fix length checking in kgdb_ebin2mem The kgdb_ebin2mem() was decrementing the count variable to do parsing, but then later still tries to use it based on its original meaning. So leave it untouched and use a different variable to walk the memory. Signed-off-by: Roel Kluin Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed