bcm2835-camera: Fix timestamp calculation problem (#2214)
* bcm2835-camera: Fix timestamp calculation problem Use div_s64_rem() to convert usec timestamp to timeval to avoid integer signedness bug. * bcm2835-camera: Store kernel start time in NSEC instead of USEC * bcm2835-camera: Reword debug message for clarity
Loading
Please sign in to comment