20 Jul
2016
20 Jul
'16
7:36 a.m.
On Tue, 19 Jul 2016 12:46:42 +0200, Vinod Koul wrote:
+#ifdef CONFIG_X86
....
+#else +static int azx_get_sync_time(ktime_t *device,
struct system_counterval_t *system, void *ctx)
+{
- return -ENXIO;
This doesn't help much because the caller of azx_get_crosstime() doesn't check the return code.
Takashi