mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-13 22:35:38 -04:00
Merge tag 'for-linus-6.14-1' of https://github.com/cminyard/linux-ipmi
Pull ipmi updates from Corey Minyard: - I'm switching to a new email address, so update that - Minor fixes for formats and return values and missing ifdefs - A fix for some error handling that causes a loss of messages * tag 'for-linus-6.14-1' of https://github.com/cminyard/linux-ipmi: MAINTAINERS: ipmi: update my email address ipmi: ssif_bmc: Fix new request loss when bmc ready for a response ipmi: make ipmi_destroy_user() return void char:ipmi: Fix a not-used variable on a non-ACPI system char:ipmi: Fix the wrong format specifier ipmi: ipmb: Add check devm_kasprintf() returned value
This commit is contained in:
@@ -126,7 +126,7 @@ int ipmi_create_user(unsigned int if_num,
|
||||
* the users before you destroy the callback structures, it should be
|
||||
* safe, too.
|
||||
*/
|
||||
int ipmi_destroy_user(struct ipmi_user *user);
|
||||
void ipmi_destroy_user(struct ipmi_user *user);
|
||||
|
||||
/* Get the IPMI version of the BMC we are talking to. */
|
||||
int ipmi_get_version(struct ipmi_user *user,
|
||||
|
||||
Reference in New Issue
Block a user