From: Ludovic Desroches Date: Wed, 6 May 2015 13:16:46 +0000 (+0200) Subject: mmc: atmel-mci: fix bad variable type for clkdiv X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~2^2~76^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60c8f783a18feb95ad967c87e9660caf09fb4700;p=pandora-kernel.git mmc: atmel-mci: fix bad variable type for clkdiv clkdiv is declared as an u32 but it can be set to a negative value causing a huge divisor value. Change its type to int to avoid this case. Signed-off-by: Ludovic Desroches Cc: # 3.4 and later Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed