
< 	if (*ppos != 0 || count > 8)
---
> 	if (*ppos != 0 || count > 8)
> 		return -EINVAL;
