commit | 69c953c85c6cca85565ab32e4264b2efb6272e0e | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Wed Dec 10 15:51:29 2014 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Dec 10 17:41:11 2014 -0800 |
tree | 9a28849166ee59d755eb288652c036e469410b08 | |
parent | 74a5fef7cb0839c6b595f90c7914a62ac9d0bcf9 [diff] |
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 <linux@rasmusvillemoes.dk> Cc: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>