From bc2f3873f74414cdf095b337a73f96262e6aadbc Mon Sep 17 00:00:00 2001 From: Nicholas Mc Guire Date: Wed, 11 Feb 2015 04:27:54 -0500 Subject: [PATCH] et131x: use msecs_to_jiffies for conversions This is only an API consolidation and should make things more readable. 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. This is a minor API cleanup only. Signed-off-by: Nicholas Mc Guire Acked-by: Mark Einon Signed-off-by: David S. Miller --- Reading git-format-patch failed