From: Rasmus Villemoes Date: Wed, 10 Dec 2014 23:51:29 +0000 (-0800) Subject: lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not n X-Git-Tag: omap-for-v3.20/drop-legacy-3517~139^2~83 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69c953c85c6cca85565ab32e4264b2efb6272e0e;p=pandora-kernel.git lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not n Return the mathematically correct answer when an argument is 0. Signed-off-by: Rasmus Villemoes Cc: Martin K. Petersen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed