From: Roel Kluin Date: Sun, 22 Nov 2009 18:04:35 +0000 (-0800) Subject: omap: Should cs be positive in gpmc_cs_free()? X-Git-Tag: v2.6.32-omap1~14 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43b5a1d981a651433d79209abb92d974d096c8c3;p=pandora-kernel.git omap: Should cs be positive in gpmc_cs_free()? The index `cs' is signed, test whether it is negative before we release gpmc_cs_mem[cs]. Signed-off-by: Roel Kluin Acked-by: Tony Lindgren ---