Commit fe9f4b53 authored by Sameer Wadgaonkar's avatar Sameer Wadgaonkar Committed by Greg Kroah-Hartman

staging: unisys: visorbus: fix line over 80 characters checkpatch warning

This patch fixes two checkpatch issues of line over 80 characters
in visorchipset.c.
Signed-off-by: default avatarSameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <timothy.sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 90476670
......@@ -694,8 +694,10 @@ static int visorbus_device_create(struct controlvm_message *inmsg)
goto err_free_dev_info;
}
dev_info->visorchannel = visorchannel;
guid_copy(&dev_info->channel_type_guid, &cmd->create_device.data_type_guid);
if (guid_equal(&cmd->create_device.data_type_guid, &visor_vhba_channel_guid)) {
guid_copy(&dev_info->channel_type_guid,
&cmd->create_device.data_type_guid);
if (guid_equal(&cmd->create_device.data_type_guid,
&visor_vhba_channel_guid)) {
err = save_crash_message(inmsg, CRASH_DEV);
if (err)
goto err_destroy_visorchannel;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment