[PATCH] remove unnecessary stubs from watchdog drivers
This removes some function stubs from 6 watchdog drivers. The VFS already returns -EINVAL in cases where fop->read == NULL, so there's no need to duplicate the code 6 times. This patch removes the stubs and is compile tested.
Showing
Please register or sign in to comment