]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/bmac.c
drivers/net: return operator cleanup
[net-next-2.6.git] / drivers / net / bmac.c
index 9322699bb31c64c800384701e3c4c20bab107aab..a1b8c8b8010b006f1781ea87af7a4cc20515198b 100644 (file)
@@ -1581,7 +1581,7 @@ bmac_proc_info(char *buffer, char **start, off_t offset, int length)
        int i;
 
        if (bmac_devs == NULL)
-               return (-ENOSYS);
+               return -ENOSYS;
 
        len += sprintf(buffer, "BMAC counters & registers\n");