mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
Bluetooth: btintel_pci: Fix btintel_pcie_read_hwexp code style
Use proper alignment for break under a switch. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
@@ -1233,16 +1233,16 @@ static void btintel_pcie_read_hwexp(struct btintel_pcie_data *data)
|
||||
return;
|
||||
len = BTINTEL_PCIE_BLZR_HWEXP_SIZE; /* exception data length */
|
||||
addr = BTINTEL_PCIE_BLZR_HWEXP_DMP_ADDR;
|
||||
break;
|
||||
break;
|
||||
case BTINTEL_CNVI_SCP:
|
||||
len = BTINTEL_PCIE_SCP_HWEXP_SIZE;
|
||||
addr = BTINTEL_PCIE_SCP_HWEXP_DMP_ADDR;
|
||||
break;
|
||||
break;
|
||||
case BTINTEL_CNVI_SCP2:
|
||||
case BTINTEL_CNVI_SCP2F:
|
||||
len = BTINTEL_PCIE_SCP2_HWEXP_SIZE;
|
||||
addr = BTINTEL_PCIE_SCP2_HWEXP_DMP_ADDR;
|
||||
break;
|
||||
break;
|
||||
default:
|
||||
bt_dev_err(data->hdev, "Unsupported cnvi 0x%8.8x", data->dmp_hdr.cnvi_top);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user