Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog

* git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:
[PATCH] IPMI: return correct value from ipmi_write

+1 -2
+1 -2
drivers/char/ipmi/ipmi_watchdog.c
··· 755 755 rv = ipmi_heartbeat(); 756 756 if (rv) 757 757 return rv; 758 - return 1; 759 758 } 760 - return 0; 759 + return len; 761 760 } 762 761 763 762 static ssize_t ipmi_read(struct file *file,