From aca607ba242dde316794c0b607048fd5b688a520 Mon Sep 17 00:00:00 2001 From: Nicholas Mc Guire Date: Tue, 17 Mar 2015 07:47:58 -0400 Subject: [PATCH] dm delay: use msecs_to_jiffies for time conversion Converting milliseconds to jiffies by "val * HZ / 1000" is technically OK but msecs_to_jiffies(val) is the cleaner solution and handles all corner cases correctly. Signed-off-by: Nicholas Mc Guire Signed-off-by: Mike Snitzer --- Reading git-format-patch failed