From: Jingoo Han Date: Mon, 11 Jun 2012 02:27:27 +0000 (+0900) Subject: video: s3c-fb: fix possible division by zero in s3c_fb_calc_pixclk X-Git-Tag: v3.5-rc3~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b67989515defba7412acff01162e5bb1f0f5923a;p=pandora-kernel.git video: s3c-fb: fix possible division by zero in s3c_fb_calc_pixclk Divider value can be zero and it makes division by zero from debug message in s3c_fb_calc_pixclk; therefore, it should be fixed. Signed-off-by: Jingoo Han Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed