Hi Wolfram,
+enum { + VIAI2C_PLAT_WMT = 1, +};Minor, but why not starting at 0?struct viai2c { struct i2c_adapter adapter; struct completion complete; @@ -62,11 +66,12 @@ struct viai2c { u16 cmd_status; ktime_t t1; ktime_t t2; + int platform;unsigned int?
will change it. Hans, Thank you