mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 09:25:19 +07:00
staging: unisys: virtpci: Fix CamelCase write_vbus_busInfo()
Rename write_vbus_busInfo() to write_vbus_bus_info() in virtpci.c Signed-off-by: Bryan Thompson <bryan.thompson@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
442ab1dfcf
commit
b820d030b0
@ -205,8 +205,8 @@ static int write_vbus_chp_info(struct spar_vbus_channel_protocol *chan,
|
||||
}
|
||||
|
||||
/* Write the contents of <info> to the ULTRA_VBUS_CHANNEL_PROTOCOL.BusInfo. */
|
||||
static int write_vbus_busInfo(struct spar_vbus_channel_protocol *chan,
|
||||
struct ultra_vbus_deviceinfo *info)
|
||||
static int write_vbus_bus_info(struct spar_vbus_channel_protocol *chan,
|
||||
struct ultra_vbus_deviceinfo *info)
|
||||
{
|
||||
int off;
|
||||
|
||||
@ -281,8 +281,8 @@ static int add_vbus(struct add_vbus_guestpart *addparams)
|
||||
}
|
||||
write_vbus_chp_info(vbus->platform_data /* chanptr */ ,
|
||||
&chipset_driver_info);
|
||||
write_vbus_busInfo(vbus->platform_data /* chanptr */ ,
|
||||
&bus_driver_info);
|
||||
write_vbus_bus_info(vbus->platform_data /* chanptr */ ,
|
||||
&bus_driver_info);
|
||||
LOGINF("Added vbus %d; device %s created successfully\n",
|
||||
addparams->bus_no, BUS_ID(vbus));
|
||||
POSTCODE_LINUX_2(VPCI_CREATE_EXIT_PC, POSTCODE_SEVERITY_INFO);
|
||||
@ -803,7 +803,7 @@ static void fix_vbus_devInfo(struct device *dev, int devNo, int devType,
|
||||
* was previously written by our good counterpart, visorbus.
|
||||
*/
|
||||
write_vbus_chp_info(pChan, &chipset_driver_info);
|
||||
write_vbus_busInfo(pChan, &bus_driver_info);
|
||||
write_vbus_bus_info(pChan, &bus_driver_info);
|
||||
}
|
||||
|
||||
/* This function is called to query the existence of a specific device
|
||||
|
Loading…
Reference in New Issue
Block a user