79de74bf3a
Chunk size of the scheme (`size_of::<ITimerScheme>() == 0`) was being provided instead of `size_of::<ITimerSpec>()`. This resulted in a kernel panic (division by zero) when kread was called for this scheme. Signed-off-by: Anhad Singh <andypython@protonmail.com>