An error occurred fetching the project authors.
- 05 Jan, 2003 1 commit
-
-
Chris Wilson authored
As part of my work on the Linux Kernel Janitors project, cleaning up on functions which call create_proc_*_entry and don't check for an error return, I would like to submit my patch to arch/mips64/sgi-ip27/ip27-rtc.c. This patch adds a printk() if misc_register fails (since that causes the driver to fail to load, it should be logged somewhere), and checks that create_proc_read_entry returned a valid handle. ENOENT seems to me like a good error code to return in this case, although EBUSY is a candidate too.
-
- 30 Dec, 2002 1 commit
-
-
Andrew Morton authored
Cleanup patch from Hollis Blanchard <hollis@austin.ibm.com> We have a large number of private implementations of BIN_TO_BCD and BCD_TO_BIN, which are all the same. And a lot of them are inflexible because they modify their arg: #define BIN_TO_BCD(val) ((val)=(((val)/10)<<4) + (val)%10) - Create (in <linux/bcd.h> a generic BIN2BCD/BCD2BIN which does not modify its arg - Create generic BIN_TO_BCD/BCD_TO_BIN which uses the above - Update lots of callers to use the new generic version.
-
- 11 Nov, 2002 1 commit
-
-
Art Haas authored
-
- 23 May, 2002 1 commit
-
-
Kai Germaschewski authored
-
- 07 Mar, 2002 1 commit
-
-
Rusty Russell authored
These are the small subset which were obviously correct. Evgeniy Polyakov <johnpol@2ka.mipt.ru>: Patches check return values for request_region() and misc_register(). This patches make janitorial project TODO list a bit smaller.
-
- 05 Feb, 2002 2 commits
-
-
Linus Torvalds authored
- Al Viro: more superblock cleanups - Jens Axboe: more patches for new block IO layer - Christoph Hellwig: get rid of the old, long- deprecated SCSI error handling
-
Linus Torvalds authored
-