• Rob Radez's avatar
    [PATCH] remove unnecessary stubs from watchdog drivers · aeeadf91
    Rob Radez authored
    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.
    aeeadf91
acquirewdt.c 4.99 KB