]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/pps/kapi.c
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
[karo-tx-linux.git] / drivers / pps / kapi.c
index cba1b43f7519b554e20ed787577a8f1f3d04c011..a4e8eb9fece6a53c7e2ade169df43dcd9a8696a0 100644 (file)
@@ -168,7 +168,7 @@ void pps_event(struct pps_device *pps, struct pps_event_time *ts, int event,
 {
        unsigned long flags;
        int captured = 0;
-       struct pps_ktime ts_real;
+       struct pps_ktime ts_real = { .sec = 0, .nsec = 0, .flags = 0 };
 
        /* check event type */
        BUG_ON((event & (PPS_CAPTUREASSERT | PPS_CAPTURECLEAR)) == 0);