]> git.pld-linux.org Git - packages/igb.git/commitdiff
- typo
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 29 Jun 2015 06:16:29 +0000 (08:16 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 29 Jun 2015 06:16:29 +0000 (08:16 +0200)
timespec64.patch

index 854e101f8b7806a091bef519cbe53430d545593f..34cb3243eccebc6e5067389cb84ff385686a3b46 100644 (file)
@@ -50,7 +50,7 @@
        /* Initialize the clock and overflow work for devices that need it. */
        if ((hw->mac.type == e1000_i210) || (hw->mac.type == e1000_i211)) {
 -              struct timespec ts = ktime_to_timespec(ktime_get_real());
-+              struct timespec ts64 = ktime_to_timespec64(ktime_get_real());
++              struct timespec64 ts = ktime_to_timespec64(ktime_get_real());
  
                igb_ptp_settime64_i210(&adapter->ptp_caps, &ts);
        } else {
This page took 0.077472 seconds and 4 git commands to generate.