mirror of
https://github.com/torvalds/linux.git
synced 2024-12-16 08:02:17 +00:00
scsi: aacraid: fix indentation errors
fix stupid indent error, no rocket science here. Signed-off-by: Nikola Pajkovsky <npajkovsky@suse.cz> Reviewed-by: Raghava Aditya Renukunta <RaghavaAditya.Renukunta@microsemi.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
651a013649
commit
913e00a5a0
@ -520,9 +520,9 @@ struct aac_dev *aac_init_adapter(struct aac_dev *dev)
|
||||
dev->raw_io_64 = 1;
|
||||
dev->sync_mode = aac_sync_mode;
|
||||
if (dev->a_ops.adapter_comm &&
|
||||
(status[1] & AAC_OPT_NEW_COMM)) {
|
||||
dev->comm_interface = AAC_COMM_MESSAGE;
|
||||
dev->raw_io_interface = 1;
|
||||
(status[1] & AAC_OPT_NEW_COMM)) {
|
||||
dev->comm_interface = AAC_COMM_MESSAGE;
|
||||
dev->raw_io_interface = 1;
|
||||
if ((status[1] & AAC_OPT_NEW_COMM_TYPE1)) {
|
||||
/* driver supports TYPE1 (Tupelo) */
|
||||
dev->comm_interface = AAC_COMM_MESSAGE_TYPE1;
|
||||
|
@ -1603,7 +1603,7 @@ static int aac_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
|
||||
/*
|
||||
* Only series 7 needs freset.
|
||||
*/
|
||||
if (pdev->device == PMC_DEVICE_S7)
|
||||
if (pdev->device == PMC_DEVICE_S7)
|
||||
pdev->needs_freset = 1;
|
||||
|
||||
list_for_each_entry(aac, &aac_devices, entry) {
|
||||
|
Loading…
Reference in New Issue
Block a user